From 72bbed9f2fc323a4184c7ce5b84ffa719e6adc6b Mon Sep 17 00:00:00 2001 From: sValo Date: Fri, 20 May 2016 23:54:11 +0200 Subject: [PATCH] It was a string, not a variable --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 5774c72..2ca0fdd 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals AUTHOR = u'Hackmeeting' SITENAME = u'Hackmeeting 0x13' -CC_LICENSE = by-nc-sa +CC_LICENSE = 'by-nc-sa' # SITEURL = 'http://hackmeeting.org/hackit16' PATH = 'content'