{% extends "base.html" %} {% block title %} Blog - {{ config.title }} {% endblock %} {% block content %}
{{ page.date | date(format="%B %-d, %Y") }}
{% for tag in page.taxonomies["tags"] %} #{{ tag }} {%- endfor %}
Read moreā¦