From 018be3bb4030ac9262521398714c379476007f75 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Fri, 15 May 2020 00:04:13 +0100 Subject: theme: upgrade to latest v4.9-dev --- config/_default/params.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/_default/params.toml b/config/_default/params.toml index aed7ab5a..1dae6cbf 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -152,6 +152,10 @@ docs_section_pager = true # Display pager in Docs layout (e.g. tutorials)? # Enable in-built social sharing buttons? (true/false) sharing = true +# Show a copyright license from creativecommons.org in the site footer? +# Page specific copyright licenses are also possible by adding this option to a page's front matter. +copyright_license = {enable = false, allow_derivatives = false, share_alike = true, allow_commercial = false, notice = "This work is licensed under {license}"} + # Link authors to their profile page? (true/false) link_authors = true -- cgit v1.2.3