mkdocs-material/material/partials/page-header.html
2021-11-13 13:43:52 +01:00

10 lines
312 B
HTML

{#-
This file was automatically generated - do not edit
-#}
{% import "partials/language.html" as lang with context %}
{% if page.edit_url %}
<a href="{{ page.edit_url }}" title="{{ lang.t('edit.link.title') }}" class="md-content__button md-icon">
{% include ".icons/material/pencil.svg" %}
</a>
{% endif %}