From 8aad20352f195f5a26b97107e5dd6e38dd8cb34a Mon Sep 17 00:00:00 2001 From: Mauricio Tavares Date: Mon, 22 Apr 2024 15:35:49 +0000 Subject: [PATCH] Add site.copyright and site.copyright_url config options (#4313) * Allow to optionally define website copyright holder name and url using site.copyright and site.copyright_url * Update _config.yml --------- Co-authored-by: iBug --- _config.yml | 2 ++ _includes/footer.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 5761b87198a2..c8922e32f6af 100644 --- a/_config.yml +++ b/_config.yml @@ -29,6 +29,8 @@ logo : # path of logo image to display in the masthead, e.g. masthead_title : # overrides the website title displayed in the masthead, use " " for no title breadcrumbs : true # true, false (default) words_per_minute : 200 +copyright : # "copyright" name, defaults to site.title +copyright_url : # "copyright" URL, defaults to site.url comments: provider : "disqus" # (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom" disqus: diff --git a/_includes/footer.html b/_includes/footer.html index 2b53a253ee93..458abb0283f6 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -18,4 +18,4 @@ - +