mkdocs-material/material/partials/page-header.html

10 lines
312 B
HTML
Raw Normal View History

{#-
This file was automatically generated - do not edit
-#}
2021-11-13 15:43:52 +03:00
{% 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 %}