From 0d56036557b52d9b850d76ef17bfbbc069649acc 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 1da3e705..aa3c9bcf 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 : false # true, false (default) words_per_minute : 200 +copyright : # "copyright" name, defaults to site.title +copyright_url : # "copyright" URL, defaults to site.url comments: provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom" disqus: diff --git a/_includes/footer.html b/_includes/footer.html index 2b53a253..458abb02 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -18,4 +18,4 @@ - +