From ab2e5a1c5d04bae130de023e2e7f6efdc8897cd1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 9 Oct 2016 13:46:41 +0300 Subject: [PATCH] exampleSite/config.toml: Add copyright example --- exampleSite/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3657ab6..d88b8b5 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -6,6 +6,8 @@ title = "Hugo Bootstrap v4 Blog" theme = "hugo-theme-bootstrap4-blog" # number of posts to show on home/category/tag pages (Default: 10) paginate = 5 +# optionally override the site's footer with custom copyright text +# copyright = "Except where otherwise noted, content on this site is licensed under a [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/)." [permalinks] post = "/:year/:month/:title/"