diff --git a/Gemfile b/Gemfile index bb94df8..c031e2a 100644 --- a/Gemfile +++ b/Gemfile @@ -2,3 +2,4 @@ source "https://rubygems.org" gemspec + diff --git a/_config.yml b/_config.yml index be2d483..aefe93a 100644 --- a/_config.yml +++ b/_config.yml @@ -27,7 +27,21 @@ title: Your awesome title email: your-email@domain.com author: GitHub User -copyright: Copyright © 1970-2010 + +# Copyright setting +# You can use any html code, currently below placeholders are available: +# * current year: {currentYear} +# * author: {author} (Value is the same as site.author) +# * copyright: (c) - © +# * copyleft: (cleft) +# * sound recording copyright: (p) - ℗ +# +# For example: +# "Copyright (c) 2017-{currentYear} {author}" +# "Copyright © 2017-2021 Foobar" +# +copyright: "Unpublished Work (cleft) 2017-{currentYear} {author}" + description: >- # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for diff --git a/_includes/views/footer.html b/_includes/views/footer.html index 86650e1..78f2f6d 100644 --- a/_includes/views/footer.html +++ b/_includes/views/footer.html @@ -3,7 +3,15 @@