{% assign author = site.data.authors[page.author] %}
					
					{% if author %}
					 {{ author.name }}
				
				{% endif %}
				{% if page.date %}
				
				{% endif %}
				{% if page.categories %} {{ page.categories | join: ' · ' | upcase }}{% endif %}
				
				{% for tag in page.tags %} {{tag}} {% endfor %}