diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-08 16:26:15 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-08 16:26:15 +0200 |
| commit | cddf95ff6a1cd0559714d048db9b9c9615ff018b (patch) | |
| tree | 0b070add08c0906944449025e47c3cafdb04e6fe /exampleSite/config.toml | |
| parent | 1f6ece84ae9d201271506a4672ecf86d0a952658 (diff) | |
| download | gohugo-theme-ed-cddf95ff6a1cd0559714d048db9b9c9615ff018b.tar.gz | |
Provide ability to use custom footer text
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9d9ca60..89ce3f6 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -22,6 +22,8 @@ resourceDir = '../resources' color_scheme = '' # Used in site header tagline = 'a Hugo theme for minimal editions' + # Custom footer text + footer = '' [params.assets] # Relative paths to icons |
