Merge branch 'master' into talks

This commit is contained in:
Oliver Davies 2015-09-16 08:42:05 +01:00
commit bd1c285366
34 changed files with 73 additions and 57 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.event.name }}
-
{% if talk.fuzzy_date %}
{{ talk.title }}
{% else %}
<a href="{{ talk.url }}">{{ talk.title }}</a>
{% endif %}
</li>