{% include head.html %}
{% include navigation.html %}
{{ page.content | markdownify }} {% for post in site.posts %}
{{ post.date | date_to_string }}
. {{ post.category }} .
{{ post.title }}
Comments
{% endfor %}
{% include social-buttons.html %}
{% include footer.html %} {% include js.html %}