--- layout: default css: ["post.css"] js: ["post.js"] ---
{% if page.toc %} {% include header-toc.html %} {% else if page.terms %} {% include terms-toc.html %} {% else %} {% include header.html %} {% endif %}

{{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
{{ content }}
{% 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 %}