{% if current_page %} {% for doc in current_page.ancestors %} {% if doc.link %} {{ doc.title }} {% else %} {{ doc.title }} {% endif %} {% endfor %} {% endif %} {% if page_title %} {{ page_title }} {% else %} {{ site_name }} {% endif %}
{% if config.extra.author and config.extra.author.twitter %}
{% endif %} {% if config.extra.author and config.extra.author.github %}
{% endif %}