From ef3525952e196a5b939fa5f8479d6d10c3349d69 Mon Sep 17 00:00:00 2001 From: daudix Date: Sat, 12 Oct 2024 00:34:07 +0300 Subject: [PATCH] Support fediverse:creator meta tag --- CHANGELOG.md | 1 + templates/partials/head.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b422e6..8572bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add "DRAFTED" watermark to drafted posts. +- Support `fediverse:creator` meta tag. ### Changed diff --git a/templates/partials/head.html b/templates/partials/head.html index acdaebd..9a45324 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -115,6 +115,10 @@ {%- endfor %} {%- endif %} + {%- if config.extra.comments %} + + {%- endif %} +