{% with title=title, description=description, image=image, url=config.link ~ '/about', type='article', skip_header=not config.header, styles=['/css/blog.css', '/css/about.css'] %} {% include 'common-head.html' %} {% endwith %}
{% if hcard and hcard.has_data() %}
{% if hcard.photo %}
{% endif %}
{% if hcard.name %}
{% if hcard.url %} {{ hcard.name }} {% else %} {{ hcard.name }} {% endif %}
{% endif %} {% if hcard.job_title %}
{{ hcard.job_title }}
{% endif %} {% if hcard.orgs %}
{% for org in hcard.orgs %} {% if org.url %} {{ org.name }} {% else %} {{ org.name }} {% endif %} {% if not loop.last %}ยท{% endif %} {% endfor %}
{% endif %} {% if hcard.note %}
{{ hcard.note }}
{% endif %}
{% if hcard.email %} {% endif %} {% if hcard.key %} {% endif %} {% if hcard.links %} {% endif %}
{# Hidden fields for full h-card compliance #}
{% endif %}
{{ content | safe }}
{% include 'footer.html' %} {% include 'common-tail.html' %}