Skip to content

Commit ab9fe95

Browse files
committed
update to add GoatCounter tracking javascript
1 parent 3677832 commit ab9fe95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/wiki/wiki/data/plugin/theme/roundup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ def footer(self, d, **keywords):
116116
self.credits(d),
117117
self.showversion(d, **keywords),
118118
u'</div>',
119+
120+
# Post footer custom html
121+
self.emit_custom_html(self.cfg.page_footer2),
119122
]
120123
return u'\n'.join(html)
121124

0 commit comments

Comments
 (0)