diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-01 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-01 00:00:00 +0000 |
commit | fa4da755d8c8938a1379dd63e9c550360ff118ed60e330b2088688f22e2fd7ac (patch) | |
tree | d795cb0efcb65f2b23f67093b540d9e9e9819139d8fbf03b8809a339f2324cd1 /layouts/partials/footer.gmi | |
parent | 55186f386fec783d83170d13e2d44810673cc35a726c7c88c4031fd6668e43be (diff) | |
download | hugo-theme-journal-fa4da755d8c8938a1379dd63e9c550360ff118ed60e330b2088688f22e2fd7ac.tar.gz hugo-theme-journal-fa4da755d8c8938a1379dd63e9c550360ff118ed60e330b2088688f22e2fd7ac.zip |
Don't HTML escape Gemini templates
Diffstat (limited to 'layouts/partials/footer.gmi')
-rw-r--r-- | layouts/partials/footer.gmi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.gmi b/layouts/partials/footer.gmi index 3c95b3f..2dab362 100644 --- a/layouts/partials/footer.gmi +++ b/layouts/partials/footer.gmi @@ -1,2 +1,2 @@ -Unless otherwise noted, the writing in this journal is licensed under {{ $.Site.Copyright }} -Copyright {{ .Site.Params.beginCopyrightYear }}-{{ now.Format "2006" }} {{ $.Site.Author.name }} +Unless otherwise noted, the writing in this journal is licensed under {{ $.Site.Copyright | safeHTML }} +Copyright {{ .Site.Params.beginCopyrightYear | safeHTML }}-{{ now.Format "2006" | safeHTML }} {{ $.Site.Author.name | safeHTML }} |