Added support for RSS and Atom feeds, because why not

This commit is contained in:
Danielle McLean 2017-11-01 09:29:59 +11:00
parent c34ec965a1
commit 730a2bcb9d
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
7 changed files with 106 additions and 3 deletions

View file

@ -1,9 +1,11 @@
{% extends 'lemoncurry/layout.html' %}
{% load static %}
{% block html_class %}h-feed{% endblock %}
{% block styles %}
<link rel="stylesheet" type="text/stylus" href="{% static 'entries/css/h-entry.styl' %}" />
{% endblock %}
{% block main %}
<ol class="container list-unstyled entries">
{% for entry in entries %}