Fixes cc license type

This commit is contained in:
sValo 2016-05-20 23:50:55 +02:00
parent fd480321ad
commit 33dedda859

View file

@ -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' },