From 33dedda85908926d251c39a42f47001c06d4269f Mon Sep 17 00:00:00 2001 From: sValo Date: Fri, 20 May 2016 23:50:55 +0200 Subject: [PATCH] Fixes cc license type --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 718410a..5774c72 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 = True +CC_LICENSE = by-nc-sa # SITEURL = 'http://hackmeeting.org/hackit16' PATH = 'content' @@ -46,7 +46,7 @@ PAGE_LANG_SAVE_AS = '{slug}.{lang}.html' THEME = 'themes/pelican-bootstrap3/' FONT_URL = 'https://fontlibrary.org/face/anka-coder-narrow' -# Custom css by dieco. +# Custom css by dieco. CUSTOM_CSS = 'theme/css/main.css' #'static/main.css' EXTRA_PATH_METADATA = { 'extra/main.css': {'path': 'theme/css/main.css' },