by {% if page.author %} {{ page.author }} {% else %} {{ site.author.name }} {% endif %}

{{ page.date | date_to_string }} {% if page.updated %} Updated {{ page.updated | date_to_string }} {% endif %}

{% for tag in page.tags %} {{ tag }} {% endfor %}