From 64757f1ce1c9902d57b621dad6c3ff6c7f877041 Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Tue, 19 Nov 2019 00:08:45 -0500 Subject: [PATCH] Add a subtitle parameter --- exampleSite/config.toml | 3 +++ 1 file changed, 3 insertions(+) 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"