mirror of https://github.com/escalate/hugo-split-theme.git

Christian Mendoza
21.31.2017 ee579a7a545863dfd2a93b448091bce4ec2006d5
Add copyright
2 files modified
11 ■■■■■ changed files
README.md 8 ●●●●● patch | view | raw | blame | history
exampleSite/config.toml 3 ●●●●● patch | view | raw | blame | history
README.md
@@ -140,6 +140,14 @@
```
### Add copyright
Set `copyright` with the text you want for your copyright.
```toml
copyright = "©2017 Your Name"
```
### Add Google Analytics
Enable Google Analytics by adding your tracking id to `googleAnalytics`. Leave empty or remove if you don't want.
exampleSite/config.toml
@@ -19,6 +19,9 @@
  # Favicon
  favicon = "favicon.ico"
  # Copyright
  copyright = "©2017 Your Name"
  # Section - Content
  [params.content]
    name = "Jenny Jones"