{% include head.html %}
{% for my_page in site.pages %} {% if my_page.title %}
{{ my_page.title }}
{% endif %} {% endfor %}
{{ site.title }}
{% include dot-accent.html %}
{% include dot-accent.html %}
{% include github.html %}
{{ site.description }}
{% include dot.html %}
{% include {{ site.social_link | default: "twitter" }}.html %}
{% for post in site.posts %} {% include post_block.html %} {% endfor %}
{% include footer.html %}