Organise partials
This commit is contained in:
parent
a5d4a04c32
commit
fbbe3276e7
8 changed files with 4 additions and 10 deletions
|
@ -31,7 +31,7 @@ use:
|
|||
<ul>
|
||||
{% endif %}
|
||||
|
||||
{{ include('talk-listing-item') }}
|
||||
{{ include('talks/listing-item') }}
|
||||
{% endfor %}
|
||||
|
||||
{% if found %}
|
||||
|
@ -56,7 +56,7 @@ use:
|
|||
<ul>
|
||||
{% endif %}
|
||||
|
||||
{{ include('talk-listing-item') }}
|
||||
{{ include('talks/listing-item') }}
|
||||
{% endfor %}
|
||||
|
||||
{% if found %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue