Fixed page header partial

This commit is contained in:
squidfunk 2021-11-13 13:43:52 +01:00
parent fe06e8dcba
commit d9b7928316
2 changed files with 3 additions and 0 deletions

View File

@ -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" %}

View File

@ -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