Rename _partials to _includes
This commit is contained in:
parent
0bf570bd5c
commit
4e41c6e372
8 changed files with 0 additions and 0 deletions
15
source/_includes/talk-listing-item.html.twig
Normal file
15
source/_includes/talk-listing-item.html.twig
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue