From 4e33035a8356bcf5228907ccc898f54ddb188890 Mon Sep 17 00:00:00 2001 From: Kim Laberinto Date: Sun, 14 Feb 2021 17:06:54 -0600 Subject: [PATCH] Auto-update copyright year during hugo builds Replace hardcoded year with "{year}", so that it can be auto-updated during the hugo build process. "{year}" is updated in layouts/partials/footer.html. --- exampleSite/config/_default/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml index e03c7008..21070a80 100644 --- a/exampleSite/config/_default/config.yaml +++ b/exampleSite/config/_default/config.yaml @@ -8,7 +8,7 @@ theme: eureka paginate: 3 copyright: > - © 2021 C. Wang and C. Wang and R. Ma enableEmoji: true enableGitInfo: false @@ -41,4 +41,4 @@ taxonomies: author: authors build: - useResourceCacheWhen: always \ No newline at end of file + useResourceCacheWhen: always