Deletes copyright and adds CC

This commit is contained in:
Giuliano Peraz 2016-05-20 22:28:43 +02:00 committed by sValo
parent 6d98cbe491
commit 0d15b313e5
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,8 @@ from __future__ import unicode_literals
AUTHOR = u'Hackmeeting'
SITENAME = u'Hackmeeting 0x13'
# SITEURL = 'http://hackmeeting.org/hackit15'
CC_LICENSE = True
# SITEURL = 'http://hackmeeting.org/hackit16'
PATH = 'content'
PAGE_PATHS = ['pages']
@ -35,7 +36,6 @@ DEFAULT_DATE = (2015, 3, 1)
TYPOGRIFY = True
PAGE_ORDER_BY = 'navbar_sort'
PAGE_URL = '{slug}.html'
PAGE_SAVE_AS = '{slug}.html'
PAGE_LANG_URL = '{slug}.{lang}.html'

View file

@ -7,8 +7,8 @@
{% else %}
{% set copy_date = '' %}
{% endif %}
<div class="col-xs-10">&copy; {{ copy_date }} {{ AUTHOR }}
&middot; Powered by <a href="https://github.com/getpelican/pelican-themes/tree/master/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<div class="col-xs-10">{{ AUTHOR }}
&middot; Made with <a href="https://github.com/getpelican/pelican-themes/tree/master/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a>
{%- if CC_LICENSE or CC_LICENSE_DERIVATIVES or CC_LICENSE_COMMERCIAL %}