Change event name syntax
This commit is contained in:
parent
382e2dc1c8
commit
d875148b6c
15 changed files with 28 additions and 17 deletions
|
@ -5,7 +5,7 @@
|
|||
<h1>{{ page.title }}</h1>
|
||||
|
||||
<p>
|
||||
At {{ page.location }} -
|
||||
At {{ page.event.name }} -
|
||||
{% spaceless %}{% if page.fuzzy_date %}
|
||||
{{ page.date|date(site.fuzzy_date_format) }}
|
||||
{% else %}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{% else %}
|
||||
{{ talk.date|date('jS F') }}
|
||||
{% endif %}
|
||||
{% endspaceless %}</strong> - {{ talk.location }}
|
||||
{% endspaceless %}</strong> - {{ talk.event.name }}
|
||||
-
|
||||
{% if talk.fuzzy_date %}
|
||||
{{ talk.title }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue