summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/commentNotice.fedicomment.html4
-rw-r--r--_includes/commentNotice.html21
-rw-r--r--_includes/header.html1
3 files changed, 10 insertions, 16 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..ec47cf5 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 %}
@@ -21,20 +21,15 @@
</section>
<h3>Fediverse</h3>
- <script type="module">
- import Comments from '{{ "/assets/mscomm/comments.js" | relative_url }}'
- export function loadComments() {
- document.getElementById('load-comments-btn').remove();
- customElements.define('oom-comments', Comments);
- }
- window.loadComments = loadComments;
- </script>
+ <script type="module" src="/assets/js/fc.js"></script>
<link rel="stylesheet" href="{{ "/assets/mscomm/styles.css" | relative_url }}?v={{ site.cssversion }}">
<oom-comments src="{{ src_url }}">
- <button id="load-comments-btn" class="load-comments-btn" onclick="loadComments()">Load Comments from
- ActivityPub</button>
+ <button id="load-comments-btn" class="load-comments-btn">
+ Load Comments from ActivityPub
+ </button>
+ <script src="/assets/js/fcac.js"></script>
</oom-comments>
- <p style="margin-top: 1em"><a href="{{ src_url }}">ActivityPub-Link</a></p>
+ <p class="topspace"><a href="{{ src_url }}">ActivityPub-Link</a></p>
<noscript>
<p>Um Kommentare zu hinterlassen, ist leider JavaScript nötig.</p>
diff --git a/_includes/header.html b/_includes/header.html
index 492dcd5..86e812e 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -13,7 +13,6 @@
</label>
<div class="trigger" lang="en">
{% include_cached navlinks.html %}
- <a class="page-link" href="https://uvokchee.de/wiki/">Wiki</a>
<a class="rss-subscribe page-link" href="{{ "/feed.xml" | relative_url }}">RSS feed</a>
</div>
</nav>