grav/themes/quark-open-publishing/templates/partials/git_sync_repo_link_note.html.twig

8 lines
241 B
Twig
Raw Normal View History

{% if not page.header.hide_git_sync_repo_link %}
<div class="gitrepo-link-note">
<p>{{ theme_var('git_sync_edit_note_text') }}
{% include 'partials/git_sync_repo_link.html.twig' %}
</p>
</div>
{% endif %}