diff --git a/pelicanconf.py b/pelicanconf.py index 4bc4abd..e8e804d 100644 --- a/pelicanconf.py +++ b/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' @@ -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 diff --git a/themes/zebra-pelican-theme b/themes/zebra-pelican-theme index 07dc6ec..6504039 160000 --- a/themes/zebra-pelican-theme +++ b/themes/zebra-pelican-theme @@ -1 +1 @@ -Subproject commit 07dc6ecf8953256f1435941fcfd75a156d861855 +Subproject commit 6504039e3944aae9093a87d121fdbabd419413fb