Ben Sturmfels
783cdc6189
The base_standard.html template was an unnecessary level of template inheritance. Also removed unused `min` and `subtract` template tags.
7 lines
195 B
HTML
7 lines
195 B
HTML
{% extends "base_conservancy.html" %}
|
|
|
|
{% block category %}News{% endblock %}
|
|
|
|
{% block head %}
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feeds/news/" />
|
|
{% endblock %}
|