diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-05-04 15:41:17 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-05-04 15:41:17 -0400 |
commit | 2d057a0cdf873ae76c7d57f163e3bd939c9308b7 (patch) | |
tree | e3b5174bec9e973a71be975c03d17be8620ec606 /templates/partials | |
parent | 81de8d22b677aba375e6fd1c8c5624c255acc0a0 (diff) | |
download | grav-sowtheme-2d057a0cdf873ae76c7d57f163e3bd939c9308b7.tar.gz grav-sowtheme-2d057a0cdf873ae76c7d57f163e3bd939c9308b7.tar.bz2 grav-sowtheme-2d057a0cdf873ae76c7d57f163e3bd939c9308b7.zip |
new layout 5
Diffstat (limited to 'templates/partials')
-rw-r--r-- | templates/partials/header.html.twig | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/partials/header.html.twig b/templates/partials/header.html.twig index e33dd0b..027d723 100644 --- a/templates/partials/header.html.twig +++ b/templates/partials/header.html.twig @@ -1,13 +1,5 @@ <div class="header"> <div id="left"> - {% if page.parent.url != "/" %} - <a class="anim4" href="/"> - <div class="roundedButton"> - <span class="icon">home</span> - <span>Home</span> - </div> - </a> - {% endif %} {% if page.url != "/" %} <a class="anim3" href="{{ page.parent.url }}"> <div class="roundedButton"> @@ -18,7 +10,15 @@ {% else %} <span class="icon" style="color: white;">home</span> {% endif %} - + + {% if page.parent.url != "/" %} + <a class="anim4" href="/"> + <div class="roundedButton"> + <span class="icon">home</span> + <span>Home</span> + </div> + </a> + {% endif %} </div> <div id="center"> |