diff options
-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> |