--- layout: default --- {% include base.html %}
{% if page.image %}
{{ page.title }}
{% if page.image_source %}

Fonte da imagem: {{ page.image_source_text }}
Acessado em {{ page.date | date: "%d/%m/%Y" }}

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

COMPARTILHE

{% if site.disqus.shortname %} {% include disqus.html %} {% endif %}