{{page.title}}
Posted on
{{page.date | date: "%d/%m/%Y"}}
{% for cat in page.categories %}
{% for catDat in site.data.categories %}
{% if catDat.slug == cat %}
{% assign catego = catDat %}
{% endif %}
{% endfor %}
{% if catego %}
{{ catego.name }}{% unless forloop.last %},{% else %}.{% endunless %}
{% endif %}
{% endfor %}| 🗒️ Edit on GitHub
{% for tag in page.tags %}
{% capture test %}{{tag | slice: 0}}{% endcapture %}
{% capture testup %}{{tag | slice: 0 | upcase}}{% endcapture %}
{{tag}}
{% endfor %}
{% include related-posts.html %}
{% include search_form.html %}