mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed page header partial
This commit is contained in:
parent
fe06e8dcba
commit
d9b7928316
@ -1,6 +1,7 @@
|
|||||||
{#-
|
{#-
|
||||||
This file was automatically generated - do not edit
|
This file was automatically generated - do not edit
|
||||||
-#}
|
-#}
|
||||||
|
{% import "partials/language.html" as lang with context %}
|
||||||
{% if page.edit_url %}
|
{% if page.edit_url %}
|
||||||
<a href="{{ page.edit_url }}" title="{{ lang.t('edit.link.title') }}" class="md-content__button md-icon">
|
<a href="{{ page.edit_url }}" title="{{ lang.t('edit.link.title') }}" class="md-content__button md-icon">
|
||||||
{% include ".icons/material/pencil.svg" %}
|
{% include ".icons/material/pencil.svg" %}
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
IN THE SOFTWARE.
|
IN THE SOFTWARE.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
{% import "partials/language.html" as lang with context %}
|
||||||
|
|
||||||
<!-- Edit button -->
|
<!-- Edit button -->
|
||||||
{% if page.edit_url %}
|
{% if page.edit_url %}
|
||||||
<a
|
<a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user