diff options
author | uvok cheetah | 2023-07-20 18:45:36 +0200 |
---|---|---|
committer | uvok cheetah | 2023-07-20 18:45:36 +0200 |
commit | 0bb60e7d7e49fc418fc54a4a2fb5ce66d69a3ea3 (patch) | |
tree | 360357b79f69c8929ba7101ac850548dfa7e7fa4 /_includes | |
parent | 9d14aa387a954bb861acfd8e3814ff3396ac20af (diff) |
Use same subdomain for comments
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/commentNotice.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/commentNotice.html b/_includes/commentNotice.html index d9b45cd..b1be501 100644 --- a/_includes/commentNotice.html +++ b/_includes/commentNotice.html @@ -2,10 +2,10 @@ <h2>Kommentare / Comments</h2> <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.uvok.de/" + <script data-isso="//c.uvokchee.de/" data-isso-require-author=true data-isso-vote=false - src="//c.uvok.de/js/embed.min.js"></script> + src="//c.uvokchee.de/js/embed.min.js"></script> <section id="isso-thread"> {% if jekyll.environment == "development" %} {% include testc.html %} |