diff options
author | uvok cheetah | 2025-01-04 13:21:04 +0100 |
---|---|---|
committer | uvok cheetah | 2025-01-04 13:21:04 +0100 |
commit | 07d8862a4c5891f4a8039da680d1a63b520b7c1b (patch) | |
tree | 7756a18208aed999e455c427eaa8af7c496afdd6 | |
parent | db9430e0c03078cfc7479f50de91ea14f69ef3f6 (diff) |
Add ActivityPub notice link
-rw-r--r-- | _includes/commentNotice.html | 3 |
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> |