From fa9977723bc00600f5e5bc16b716e45cfe359cc0 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 1 Jul 2019 21:36:10 +0200 Subject: [PATCH] use copyright variable to do so --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d0e8a17..f05ccc4 100644 --- a/config.toml +++ b/config.toml @@ -6,7 +6,8 @@ theme = "terminal" paginate = 5 #entrys per site defaultContentLanguage = "en" -#copyright = "CC-By-NC-4.0" +#copyright = 'CC-By-NC-4.0' +copyright = 'Website released by CC-By-NC-4.0 2019 :: Powerd by Hugo :: Theme by panr' [author] name = "MH"