diff options
-rw-r--r-- | _includes/commentNotice.fedicomment.html | 4 | ||||
-rw-r--r-- | _includes/commentNotice.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/_includes/commentNotice.fedicomment.html b/_includes/commentNotice.fedicomment.html index f916e2b..fdf9817 100644 --- a/_includes/commentNotice.fedicomment.html +++ b/_includes/commentNotice.fedicomment.html @@ -20,10 +20,10 @@ <p>Kommentare werden von mir selbst auf einem anderen Server über <a href="https://isso-comments.de/">Isso</a> gehostet.</p> <p>Comments are hosted by myself on another server, powered by <a href="https://isso-comments.de/">Isso</a>.</p> - <script data-isso="//c.uvokchee.de/" + <script data-isso="https://c.uvokchee.de/" data-isso-require-author=true data-isso-vote=false - src="//c.uvokchee.de/js/embed.min.js"></script> + src="https://c.uvokchee.de/js/embed.min.js"></script> <section id="isso-thread"> {% if jekyll.environment == "development" %} {% include testc.html %} diff --git a/_includes/commentNotice.html b/_includes/commentNotice.html index a46dadf..5f27f03 100644 --- a/_includes/commentNotice.html +++ b/_includes/commentNotice.html @@ -12,8 +12,8 @@ <p>Kommentare werden von mir selbst auf einem anderen Server über <a href="https://isso-comments.de/">Isso</a> gehostet.</p> <p>Comments are hosted by myself on another server, powered by <a href="https://isso-comments.de/">Isso</a>.</p> - <script data-isso="//c.uvokchee.de/" data-isso-require-author=true data-isso-vote=false - src="//c.uvokchee.de/js/embed.min.js"></script> + <script data-isso="https://c.uvokchee.de/" data-isso-require-author=true data-isso-vote=false + src="https://c.uvokchee.de/js/embed.min.js"></script> <section id="isso-thread"> {% if jekyll.environment == "development" %} {% include testc.html %} |