diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-04 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-04 00:00:00 +0000 |
commit | 157f564b9a35dd8e327a33b45b50167ff4f332cbe2be3629dd6106f026095743 (patch) | |
tree | 666ff8ff709f194f934ab363f0c212b84525cbfb21505d06fdc8b1e771b4e501 /layouts/partials/footer.html | |
parent | 2de93801e1a8a657f0f98bf363ac3485cd11e1722d5feb33226860b8b3509bd7 (diff) | |
download | hugo-theme-journal-157f564b9a35dd8e327a33b45b50167ff4f332cbe2be3629dd6106f026095743.tar.gz hugo-theme-journal-157f564b9a35dd8e327a33b45b50167ff4f332cbe2be3629dd6106f026095743.zip |
Remove extra newlines from HTML output
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 673e170..daf7cd3 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,4 +1,4 @@ <footer> <p>Unless otherwise noted, the writing in this journal is licensed under {{ $.Site.Copyright }}<br> Copyright {{ .Site.Params.beginCopyrightYear }}-{{ now.Format "2006" }} {{ $.Site.Author.name }}</p> -</footer> +</footer>
\ No newline at end of file |