diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 16c3913..e44fdc3 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -4,3 +4,6 @@ title = "Basic Hugo Theme" copyright = "Copyright © 2019, Copyright Owner Name | Built with [Hugo](https://gohugo.io/)" theme = "basic-theme" paginate = 10 + +[params] + subtitle = "A theme with no CSS and only basic layouts"