From 6efbd7f34c885f2b4e2e71868ef80872c354f8c8 Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Sat, 12 Jul 2014 21:07:03 +0100
Subject: Add RSS feed information to config

---
 config.toml | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'config.toml')

diff --git a/config.toml b/config.toml
index e295169..b5ba90b 100644
--- a/config.toml
+++ b/config.toml
@@ -3,6 +3,10 @@ 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"
+
+[author]
+    name = "Alan Pearce"
-- 
cgit 1.4.1