From 8667167e766e9c8de1135c6c01ab03d108b78145 Mon Sep 17 00:00:00 2001 From: Auke Willem Oosterhoff Date: Mon, 26 Jan 2015 17:25:46 +0100 Subject: [PATCH] Added COPY_RIGH_YEAR to settings. --- pelicanconf.py | 3 +++ themes/zebra-pelican-theme | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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