content.html (995B)
1 {#- 2 This file was automatically generated - do not edit 3 -#} 4 {% if page.edit_url %} 5 {% set edit = "https://github.com/ismaildalgatov/5-72/edit" %} 6 {% set view = "https://raw.githubusercontent.com/ismaildalgatov/5-72" %} 7 <a href="{{ page.edit_url }}" title="{{ lang.t('edit.link.title') }}" class="md-content__button md-icon"> 8 {% include ".icons/material/file-edit-outline.svg" %} 9 </a> 10 <a href="{{ page.edit_url | replace(edit, view) }}" title="View source of this page" class="md-content__button md-icon"> 11 {% include ".icons/material/file-eye-outline.svg" %} 12 </a> 13 {% endif %} 14 {% if "tags" in config.plugins %} 15 {% include "partials/tags.html" %} 16 {% endif %} 17 {% if not "\x3ch1" in page.content %} 18 <h1>{{ page.title | d(config.site_name, true)}}</h1> 19 {% endif %} 20 {{ page.content }} 21 {% if page.meta and ( 22 page.meta.git_revision_date_localized or 23 page.meta.revision_date 24 ) %} 25 {% include "partials/source-file.html" %} 26 {% endif %} 27 {% include "partials/feedback.html" %}