diff options
Diffstat (limited to 'nikola/data/themes/base/templates/gallery.tmpl')
| -rw-r--r-- | nikola/data/themes/base/templates/gallery.tmpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nikola/data/themes/base/templates/gallery.tmpl b/nikola/data/themes/base/templates/gallery.tmpl index ca9da05..0ee07ac 100644 --- a/nikola/data/themes/base/templates/gallery.tmpl +++ b/nikola/data/themes/base/templates/gallery.tmpl @@ -7,7 +7,7 @@ <%block name="content"> ${ui.bar(crumbs)} %if title: - <h1>${title}</h1> + <h1>${title|h}</h1> %endif %if post: <p> @@ -34,3 +34,8 @@ ${comments.comment_form(None, permalink, title)} %endif </%block> + +<%block name="extra_head"> +${parent.extra_head()} +<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml"> +</%block> |
