From 1e8b3beeed43c6a7c25aedf1705e5aec0257686a Mon Sep 17 00:00:00 2001 From: Valentin Sundermann Date: Sat, 10 Jun 2017 13:25:07 +0200 Subject: [PATCH 1/2] Add feature for 3rd party license URLs --- layouts/partials/footer.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 470e2db..0bfead9 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,7 +3,11 @@ From e62861cc05e0ec63fdac89f38283a42f96496989 Mon Sep 17 00:00:00 2001 From: Valentin Sundermann Date: Sat, 10 Jun 2017 13:26:29 +0200 Subject: [PATCH 2/2] Add config option to config example --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index dc161cb..f6d8d13 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -19,6 +19,7 @@ dateform = "Jan 2, 2006" dateformfull = "Mon Jan 2 2006 15:04:05 MST" description = "Example blog" copyright = "Copyright © 2015 Nishanth Shanmugham" +# copyrightUrl = "https://creativecommons.org/licenses/by-sa/4.0/" logofile = "img/logo.png" faviconfile = "img/logo.png" highlightjs = true