summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok cheetah2025-01-04 13:21:04 +0100
committeruvok cheetah2025-01-04 13:21:04 +0100
commit07d8862a4c5891f4a8039da680d1a63b520b7c1b (patch)
tree7756a18208aed999e455c427eaa8af7c496afdd6
parentdb9430e0c03078cfc7479f50de91ea14f69ef3f6 (diff)
Add ActivityPub notice link
-rw-r--r--_includes/commentNotice.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_includes/commentNotice.html b/_includes/commentNotice.html
index 8d455e7..a46dadf 100644
--- a/_includes/commentNotice.html
+++ b/_includes/commentNotice.html
@@ -34,10 +34,11 @@
<button id="load-comments-btn" class="load-comments-btn" onclick="loadComments()">Load Comments from
ActivityPub</button>
</oom-comments>
+ <p style="margin-top: 1em"><a href="{{ src_url }}">ActivityPub-Link</a></p>
<noscript>
<p>Um Kommentare zu hinterlassen, ist leider JavaScript nötig.</p>
<p>Unfortunately, JavaScript is required to leave comments.</p>
</noscript>
-</section> \ No newline at end of file
+</section>