feat: support defining Mastodon toot URL

This commit is contained in:
2026-02-24 11:55:42 +01:00
parent 330925edce
commit 67d92eba01
4 changed files with 100 additions and 22 deletions

View File

@@ -30,3 +30,4 @@
<script>var MastodonUser="{{ .Site.Params.mastodoncomments.user }}"</script>
<script>var BlogRegex="{{ .Site.Params.mastodoncomments.regex }}"</script>
<script>var CommentsContact="{{ .Site.Params.mastodoncomments.contact }}"</script>
<script>var MastodonTootUrl="{{ .Params.mastodon_toot_url }}"</script>