Skip to content
Snippets Groups Projects
main.html 357 B
Newer Older
  • Learn to ignore specific revisions
  • psy's avatar
    psy committed
    {% extends "base.html" %}
    
    {% block extrahead %}
      <!-- RSS Feed -->
      <link rel="alternate" type="application/rss+xml" title="RSS feed of created content" href="{{ config.site_url }}feed_rss_created.xml">
      <link rel="alternate" type="application/rss+xml" title="RSS feed of updated content" href="{{ config.site_url }}feed_rss_updated.xml">
    {% endblock %}