{% if config.extra.profile_small %} {% set icon = resize_image(path=config.extra.profile_small, width=48, height=48, op="fill") -%} {% for size in [48,72,96,144,192,256,384,512] -%} {% set icon = resize_image(path=config.extra.profile_small, width=size, height=size, op="fill") -%} {% endfor %} {% endif %} {% if config.extra.gtag %} {% endif %} {% if config.twitter %} {% endif %} {% if page.extra.thumbnail %} {% elif page.extra.static_thumbnail %} {%if page.extra.static_thumbnail is matching("^http[s]?://") %} {% else %} {% endif %} {% elif config.extra.default_og_image %} {% endif %} {% block description %} {% if page.description %} {% else %} {% endif %} {% endblock description %} {% if page.title %} {% else %} {% endif %} {% for link in config.extra.nav %} {% endfor %} {% set icon = resize_image(path=config.extra.profile_small, width=50, height=50, op="fill") -%} {% block title %} {% if page.title %} {{ page.title }} {% else %} {{ config.title }} {% endif %} {% endblock title %} {% block head %}{% endblock head %} {% block styles %} {% endblock styles %} {% block posthead %}{% endblock posthead %} {% block header %}
profile picture
{% endblock header %}
{% block content %} {% endblock content %}