oliverdavies.uk/source/_layouts/post.html.twig
2017-11-07 01:47:55 +00:00

18 lines
398 B
Twig

{% extends 'default' %}
{% block content_wrapper %}
{% include 'post/header' %}
{% include 'post/intro-image' %}
{% block content %}{% endblock %}
{% include 'post/twitter-link' %}
{% include 'post/tags' %}
{% include 'post/pager' %}
{% include 'post/about-author' %}
{% endblock %}
{% block scripts %}
<script>hljs.initHighlightingOnLoad();</script>
{% endblock %}