Howto/themes/grav-theme-howto/templates/partials/topbar.html.twig
2019-08-13 15:09:25 +02:00

13 lines
290 B
Twig

<div id="top-bar">
{% if github_link_position == 'top' %}
<div id="top-github-link">
{% include 'partials/github_link.html.twig' %}
</div>
{% endif %}
{% if config.plugins.breadcrumbs.enabled %}
{% include 'partials/breadcrumbs.html.twig' %}
{% endif %}
</div>