From 5bc5d4e481d013d4fdb629e07c1858f0b521b566 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Mon, 8 Jun 2020 20:09:12 +0100 Subject: theme: upgrade to latest master --- config/_default/params.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/_default/params.toml b/config/_default/params.toml index 5e75935b..52fc2167 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -163,6 +163,9 @@ sharing = true # 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}"} +# Highlight the site author (superuser) in author lists? (true/false) +highlight_superuser = false + # Link authors to their profile page? (true/false) link_authors = true -- cgit v1.2.3