diff options
author | Alan Pearce | 2014-07-12 21:07:03 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-12 21:07:03 +0100 |
commit | 6328067a13c93c6be3cf71147f134a93da90d9ab (patch) | |
tree | 210725aa7396c3a9980e034602d1bb4551f358d0 | |
parent | 6857018f7286061ca648a363209376e3b3c32adb (diff) | |
download | website-6328067a13c93c6be3cf71147f134a93da90d9ab.tar.lz website-6328067a13c93c6be3cf71147f134a93da90d9ab.tar.zst website-6328067a13c93c6be3cf71147f134a93da90d9ab.zip |
Add RSS feed information to config
-rw-r--r-- | config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 3fe5bb1..696ddc1 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,11 @@ languageCode = "en-gb" title = "Alan Pearce" theme = "hyde" pygmentsuseclasses = true +copyright = "Licensed under a Creative Commons Attribution 4.0 International License." [Params] Description = "…now has a website" fullurl = "https://alanpearce.uk" + +[author] + name = "Alan Pearce" |