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 <git@ibugone.com>
This commit is contained in:
Mauricio Tavares
2024-04-22 15:35:49 +00:00
committed by GitHub
parent 73c2ad818c
commit 0d56036557
2 changed files with 3 additions and 1 deletions

View File

@ -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: