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/commentNotice.fedicomment.html | |
parent | 75aad9ed4d1e97a9f989765084a6ba7cadeae383 (diff) |
force load from https
Diffstat (limited to '_includes/commentNotice.fedicomment.html')
-rw-r--r-- | _includes/commentNotice.fedicomment.html | 4 |
1 files changed, 2 insertions, 2 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 %} |