From 522ea1e49d65ff9a3f59620c71a4f05df0ffac90 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Wed, 15 Apr 2015 09:21:48 +0200 Subject: [PATCH] changed authorname --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 13c7d40..16faec6 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -AUTHOR = 'Marvin Steadfast' +AUTHOR = 'marvin' SITENAME = 'xsteadfastx' SITEURL = '' AVATAR = '/theme/images/avatar.png'