Mercurial > wikked
changeset 454:07a930afd21a
web: Fix the reference to the Jouvence CSS.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 10 Jan 2018 20:08:26 -0800 |
parents | 0c8d6e886c28 |
children | b478eb51c4d5 |
files | wikked/wiki.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/wikked/wiki.py Tue Jan 09 21:21:08 2018 -0800 +++ b/wikked/wiki.py Wed Jan 10 20:08:26 2018 -0800 @@ -124,7 +124,7 @@ self.formatters[_jouvence_to_html] = ['fountain'] head_css = ('<link rel="stylesheet" type="text/css" ' - 'href="/static/css/jouvence.min.css" />\n') + 'href="/static/css/jouvence.css" />\n') head_css += '<style>%s</style>' % get_css() self.custom_heads = {'fountain': head_css}