From 338eddb45454600a2191891844752e6ab2e96fcc Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Fri, 26 Feb 2021 19:25:53 +0800 Subject: [PATCH] Restore the year of first publication in footer --- _data/rights.yml | 3 +++ _includes/footer.html | 17 +++++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/_data/rights.yml b/_data/rights.yml index f6fdd42..5885dbf 100644 --- a/_data/rights.yml +++ b/_data/rights.yml @@ -1,5 +1,8 @@ # License data +# The year you first published your website, format: YYYY +first_publication_year: # e.g., 2021 + license: name: CC BY 4.0 link: "https://creativecommons.org/licenses/by/4.0/" diff --git a/_includes/footer.html b/_includes/footer.html index 566d273..628902c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -6,13 +6,26 @@