summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-05-04 14:31:35 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-05-04 14:31:35 -0400
commit026ed96093ffa903d03039809cbfc28b355cec81 (patch)
treebf1caad592e26197e3971e7580eb7a94c6bdac2b /templates
parent6d5543e2c7a67d466fa35be1515d2f48320303b1 (diff)
downloadgrav-sowtheme-026ed96093ffa903d03039809cbfc28b355cec81.tar.gz
grav-sowtheme-026ed96093ffa903d03039809cbfc28b355cec81.tar.bz2
grav-sowtheme-026ed96093ffa903d03039809cbfc28b355cec81.zip
New layout test
Diffstat (limited to 'templates')
-rw-r--r--templates/home.html.twig4
-rw-r--r--templates/page.html.twig1
-rw-r--r--templates/partials/header.html.twig5
3 files changed, 5 insertions, 5 deletions
diff --git a/templates/home.html.twig b/templates/home.html.twig
index afb2b70..7e5be9f 100644
--- a/templates/home.html.twig
+++ b/templates/home.html.twig
@@ -17,7 +17,7 @@
</div>
</div>
<div class=footer>
- <div class="transparentButton">
+ {# <div class="transparentButton">
<a href="{{page.header.webring.left}}">
<span class="icon">arrow_back</span>
</a>
@@ -25,7 +25,7 @@
<a href="{{page.header.webring.right}}">
<span class="icon">arrow_forward</span>
</a>
- </div>
+ </div> #}
</div>
</body>
</html> \ No newline at end of file
diff --git a/templates/page.html.twig b/templates/page.html.twig
index 1291aaf..dc2c9ed 100644
--- a/templates/page.html.twig
+++ b/templates/page.html.twig
@@ -14,7 +14,6 @@
<div class="center">
<div class="content">
{{ page.content|raw }}
- {% include 'partials/navigation.html.twig' %}
</div>
</div>
<div class=footer>
diff --git a/templates/partials/header.html.twig b/templates/partials/header.html.twig
index 0c02cfe..e19b414 100644
--- a/templates/partials/header.html.twig
+++ b/templates/partials/header.html.twig
@@ -1,5 +1,5 @@
<div class="header">
- {% if page.header.icon %}
+ {# {% if page.header.icon %}
<span class=icon>{{page.header.icon}}</span>
{% else %}
<span class=icon>web</span>
@@ -13,5 +13,6 @@
</a>
{% else %}
<span class="icon" style="color:transparent;">web</span>
- {% endif %}
+ {% endif %} #}
+ {% include 'partials/navigation.html.twig' %}
</div> \ No newline at end of file