zz
This commit is contained in:
parent
641453858c
commit
b4f879db7c
@ -53,7 +53,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if theme_var('display_of_git_sync_repo_link') == 'page' and not (grav.uri.param('summaryonly') or grav.uri.param('onlysummary')) %}
|
{% if theme_var('display_of_git_sync_repo_link') == 'page' and not (grav.uri.param('summaryonly') or grav.uri.param('onlysummary')) %}
|
||||||
<p>{% include 'partials/git_sync_repo_link_note.html.twig' %}</p>
|
<div>{% include 'partials/git_sync_repo_link_note.html.twig' %}</dic>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
{% set git_repo_link_text = page.header.git_sync_repo_link_text %}
|
{% set git_repo_link_text = page.header.git_sync_repo_link_text %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if theme_var('custom_git_sync_repo_link_text') is empty %}
|
{% if theme_var('custom_git_sync_repo_link_text') is empty %}
|
||||||
{% set git_repo_link_text = 'View Content Repository' %}
|
{% set git_repo_link_text = 'Edit' %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if not presentationslides %}
|
{% if not presentationslides %}
|
||||||
{% set git_repo_link_text = theme_var('custom_git_sync_repo_link_text') %}
|
{% set git_repo_link_text = theme_var('custom_git_sync_repo_link_text') %}
|
||||||
|
Loading…
Reference in New Issue
Block a user