diff options
author | uvok cheetah | 2025-09-01 20:27:13 +0200 |
---|---|---|
committer | uvok cheetah | 2025-09-01 20:27:13 +0200 |
commit | d325beb6bb66ea37ea3bd1214c0d7ba0651384bb (patch) | |
tree | 44b15eee50efebb9bf0410041d1d8e5260b66194 /_includes | |
parent | 75aad9ed4d1e97a9f989765084a6ba7cadeae383 (diff) |
force load from https
Diffstat (limited to '_includes')
-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 %} |