diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-08-25 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-08-25 00:00:00 +0000 |
commit | dd70d2fa0b4647771713853577ed175e21dca92e55dd31deee41d93628f920b5 (patch) | |
tree | 924a7446c3f9654e12646db6f64ff354c7680706deaa600a00bcbf5adf86031c /layouts/partials/footer.gmi | |
parent | 50c63674b0d1492eee388cf5e7361e5b81e04f0aac8ce828655b58847044a72f (diff) | |
download | hugo-theme-journal-dd70d2fa0b4647771713853577ed175e21dca92e55dd31deee41d93628f920b5.tar.gz hugo-theme-journal-dd70d2fa0b4647771713853577ed175e21dca92e55dd31deee41d93628f920b5.zip |
Remove EOLs in embedded layouts
Diffstat (limited to 'layouts/partials/footer.gmi')
-rw-r--r-- | layouts/partials/footer.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.gmi b/layouts/partials/footer.gmi index cb45be3..338e88e 100644 --- a/layouts/partials/footer.gmi +++ b/layouts/partials/footer.gmi @@ -1 +1 @@ -{{ replace $.Site.Copyright "{currentYear}" (now.Format "2006") | safeHTML }} +{{ replace $.Site.Copyright "{currentYear}" (now.Format "2006") | safeHTML }}
\ No newline at end of file |