From 07d8862a4c5891f4a8039da680d1a63b520b7c1b Mon Sep 17 00:00:00 2001
From: uvok cheetah
Date: Sat, 4 Jan 2025 13:21:04 +0100
Subject: Add ActivityPub notice link

---
 _includes/commentNotice.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to '_includes')

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>
-- 
cgit v1.2.3