Fixes cc license type
This commit is contained in:
parent
fd480321ad
commit
33dedda859
1 changed files with 2 additions and 2 deletions
|
@ -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' },
|
||||
|
|
Loading…
Reference in a new issue