Organise partials
This commit is contained in:
parent
a5d4a04c32
commit
fbbe3276e7
|
@ -14,7 +14,7 @@
|
||||||
{% include('availability') %}
|
{% include('availability') %}
|
||||||
|
|
||||||
{% if page.url == '/.' %}
|
{% if page.url == '/.' %}
|
||||||
{% include ('latest-posts') %}
|
{% include ('posts/latest') %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
<script async class="speakerdeck-embed" data-id="{{ data_id }}" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
|
|
@ -1,5 +0,0 @@
|
||||||
<p>
|
|
||||||
<blockquote class="twitter-tweet" data-cards="hidden" lang="en">
|
|
||||||
{{ content|raw }}
|
|
||||||
</blockquote>
|
|
||||||
</p>
|
|
|
@ -1,7 +1,7 @@
|
||||||
{% extends 'default' %}
|
{% extends 'default' %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
{% include('post-header') %}
|
{% include('post/header') %}
|
||||||
|
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ use:
|
||||||
<ul>
|
<ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{{ include('talk-listing-item') }}
|
{{ include('talks/listing-item') }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if found %}
|
{% if found %}
|
||||||
|
@ -56,7 +56,7 @@ use:
|
||||||
<ul>
|
<ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{{ include('talk-listing-item') }}
|
{{ include('talks/listing-item') }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if found %}
|
{% if found %}
|
||||||
|
|
Loading…
Reference in a new issue