summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorAdmin <admin@marx.cafe>2022-12-03 12:11:29 -0500
committerAdmin <admin@marx.cafe>2022-12-03 12:11:29 -0500
commitca59ff9f347cf600d658364e09daf69fb8c87077 (patch)
treeb3cac94f0e304aa91248b5565e0120a08dc55d04 /config.toml
parentde0f77ff965704952338f83e83a12edc3b5b62c6 (diff)
Add default copyleft for pages
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 741b120..3bdcfdd 100644
--- a/config.toml
+++ b/config.toml
@@ -2,6 +2,7 @@ baseURL = 'http://marx.cafe/'
languageCode = 'en-us'
title = 'Marx Cafe'
theme = 'hugo-book'
+copyright = 'Creative Commons Attribution-ShareAlike License 2.0'
[params]
BookTheme = 'auto'