Rename _partials to _includes

This commit is contained in:
Oliver Davies 2015-09-13 23:26:19 +01:00
parent 0bf570bd5c
commit 4e41c6e372
8 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<li>
<strong>{% spaceless %}
{% if talk.fuzzy_date %}
{{ talk.date|date('F') }}
{% else %}
{{ talk.date|date('jS F') }}
{% endif %}
{% endspaceless %}</strong> - {{ talk.location }}
-
{% if talk.fuzzy_date %}
{{ talk.title }}
{% else %}
<a href="{{ talk.url }}">{{ talk.title }}</a>
{% endif %}
</li>