Rename directories
This commit is contained in:
parent
13ea82323b
commit
e971dbda24
31 changed files with 0 additions and 0 deletions
17
source/_layouts/post.html.twig
Normal file
17
source/_layouts/post.html.twig
Normal file
|
@ -0,0 +1,17 @@
|
|||
{% extends 'default' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
{% include 'post/header' %}
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
{# {% include 'post/feedback' %} #}
|
||||
{# {% include 'post/related' %} #}
|
||||
{% include 'post/tags' %}
|
||||
{% include 'post/pager' %}
|
||||
{% include 'post/about-author' %}
|
||||
{% endblock %}
|
||||
|
||||
{% block stylesheets %}
|
||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/blog-post.css">
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue