doc/themes/learn2-git-sync/templates/partials/logo.html.twig
tituspijean 7b447ac5ae Grav-ification
Creating the pages hierarchy for transitioning to Grav
2020-11-10 17:34:30 +01:00

5 lines
200 B
Twig

{% if not (theme_config.hide_site_title) %}
<p><div style="margin-bottom: -4rem;">&nbsp;</div></p>
<h5>{{config.site.title}}</h5>
<p><div style="margin-top: -4rem;">&nbsp;</div></p>
{% endif %}