File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ few enhancements thrown in for good measure:
5353 8 . [ Reading Time] ( #reading-time )
5454 9 . [ Comments (via Disqus)] ( #comments-via-disqus )
5555 10 . [ Google Analytics] ( #google-analytics )
56+ 11 . [ Copyright] ( #copyright )
56575 . [ Layouts] ( #layouts )
5758 1 . [ ` layout: default ` ] ( #layout-default )
5859 2 . [ ` layout: post ` ] ( #layout-post )
@@ -559,6 +560,18 @@ to `_config.yml` like so:
559560Similar to comments, the Google Analytics tracking script will only appear in
560561production when using the following environment value : ` JEKYLL_ENV=production` .
561562
563+ # ## Copyright
564+
565+ By default the copyright line in the footer displays the current year
566+ (at build time) followed by your site's title. e.g. `© 2018 Basically Basic.`
567+
568+ If you would like to change this add `copyright` to your `_config.yml` file
569+ with appropriate text :
570+
571+ ` ` ` yaml
572+ copyright: "My custom copyright."
573+ ` ` `
574+
562575# # Layouts
563576
564577This theme provides the following layouts, which you can use by setting the
You can’t perform that action at this time.
0 commit comments