← back
{{ config.site.name }}
{{ title }}
{{ config.site.author }}
{{ published_date }}
{{ reading_time }}
{% if taxonomy.tags %}
{% for tag in taxonomy.tags %}{{ tag }}{% if not loop.last %} / {% endif %}{% endfor %}
{% endif %}
{{ content | safe }}