Mercurial > p > roundup > code
changeset 6287:7132c780c686
Add update to sync wiki.roundup-tracker.org's roundup theme. Current hg was missing a line, not sure what the line does, but we are in sync now.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 15 Nov 2020 15:17:10 -0500 |
| parents | 9972e26ab140 |
| children | 9d132769ed37 |
| files | website/wiki/wiki/data/plugin/theme/roundup.py |
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/website/wiki/wiki/data/plugin/theme/roundup.py Mon Nov 09 16:14:26 2020 -0500 +++ b/website/wiki/wiki/data/plugin/theme/roundup.py Sun Nov 15 15:17:10 2020 -0500 @@ -80,6 +80,9 @@ _ = self.request.getText html = [ + # Pre header custom html + self.emit_custom_html(self.cfg.page_header1), + u'<div class="header">', self.logo(), self.searchform(d),
