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 %} +