Skip to content

Commit ef7dbc9

Browse files
authored
Document copyright override
1 parent 04dbfb5 commit ef7dbc9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
5657
5. [Layouts](#layouts)
5758
1. [`layout: default`](#layout-default)
5859
2. [`layout: post`](#layout-post)
@@ -559,6 +560,18 @@ to `_config.yml` like so:
559560
Similar to comments, the Google Analytics tracking script will only appear in
560561
production 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

564577
This theme provides the following layouts, which you can use by setting the

0 commit comments

Comments
 (0)