{{ page.title }}
{{ content }}
{% if page.url contains '/blog/' or page.url == '/' %}
{% if site.avatar_image != null %}
{% endif %}
{% endif %}
{% if page.url contains "/blog/" %}
{{site.avatar_description}}
Posts:
-
{% for post in site.posts %}
- {{ post.title }} {% endfor %}