Files @ e7c1171b6e3d
Branch filter:

Location: website/www/conservancy/templates/base_news.html - annotation

brett
blog: Refactor entry rendering into a partial.

This helps ensure that entries are rendered consistently wherever they
appear.
1
2
3
4
5
6
7
{% extends "base_standard.html" %}

{% block category %}news{% endblock %}

{% block head %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feeds/news/" />
{% endblock %}