mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
7b447ac5ae
Creating the pages hierarchy for transitioning to Grav
5 lines
200 B
Twig
5 lines
200 B
Twig
{% if not (theme_config.hide_site_title) %}
|
|
<p><div style="margin-bottom: -4rem;"> </div></p>
|
|
<h5>{{config.site.title}}</h5>
|
|
<p><div style="margin-top: -4rem;"> </div></p>
|
|
{% endif %}
|