Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 472bdcd

Browse files
author
Adam Parkin
committed
Add statuscake, revise copyright in footer
1 parent 17a9134 commit 472bdcd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pelicanconf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,6 @@ def get_git_sha():
8787
ADD_THIS_ID = 'ra-5ac30fba879b9110'
8888

8989
GIT_SHA = get_git_sha()
90+
91+
STATUSCAKE = {'trackid': 'SqJ8yVmHYBFNGvAX2kndbxz3cL6Tp4',
92+
'days': 7, 'design': 6, 'rumid': 1234}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<p>{{ _('Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s',
22
pelican_url='<a href="http://getpelican.com" target="_blank">Pelican</a>',
33
flex_url='<a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a>'|safe,
4-
alexandrevicenzi_url='<a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a>'|safe) }}</p>
4+
alexandrevicenzi_url='<a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a>'|safe) }} with modifications.</p>

0 commit comments

Comments
 (0)