diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-07-07 23:07:28 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-07-07 23:07:28 +0200 |
commit | 615400b3b74772d2b81fef17ab8773b6e9627692 (patch) | |
tree | 5d0352dc43b41277ceea4c5ae3ef44389e34d88a /exampleSite | |
parent | bf93dafdfa6b1c3977e25d093527f40a058f114d (diff) |
Revert example site title
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3d51724..424d320 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,7 +1,7 @@ # hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313/theme/hugo-book/ baseURL = 'https://example.com/' -title = 'Hugo Book having long site title' +title = 'Hugo Book' theme = 'hugo-book' # Book configuration |