Skip to content

Commit

Permalink
Added COPY_RIGH_YEAR to settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeTux committed Jan 26, 2015
1 parent 730f8ea commit 8667167
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pelicanconf.py
@@ -1,6 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
from datetime import datetime

AUTHOR = 'Auke Willem Oosterhoff'
SITENAME = 'home is where the ~ is'
Expand All @@ -24,4 +25,6 @@
# Uncomment following line if you want document-relative URLs when developing
THEME = 'themes/zebra-pelican-theme'

COPY_RIGHT_YEAR = datetime.now().strftime('%Y')

#RELATIVE_URLS = True
2 changes: 1 addition & 1 deletion themes/zebra-pelican-theme

0 comments on commit 8667167

Please sign in to comment.