From ee1142a14531a0ec4ade758fc676f22f2e6c52e0 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Thu, 9 Nov 2023 20:13:29 +0000 Subject: [PATCH] change role=main to main tag --- _layouts/default.html | 4 ++-- _layouts/minimal.html | 4 ++-- _layouts/page.html | 4 ++-- _layouts/post.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 96907b43e4cc..1bbc3cf81222 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,7 +4,7 @@
-
+
{% if page.before-content %}
{% for file in page.before-content %} @@ -22,4 +22,4 @@ {% endfor %}
{% endif %} -
+ diff --git a/_layouts/minimal.html b/_layouts/minimal.html index 9322065c3d0f..f81f29c82c84 100644 --- a/_layouts/minimal.html +++ b/_layouts/minimal.html @@ -20,7 +20,7 @@ -
+
{% if page.before-content %}
{% for file in page.before-content %} @@ -38,7 +38,7 @@ {% endfor %}
{% endif %} -
+ {% include footer-minimal.html %} diff --git a/_layouts/page.html b/_layouts/page.html index 0d4bac64dc91..f66f3e42db1b 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -4,7 +4,7 @@ {% include header.html type="page" %} -
+
{% if page.before-content %} @@ -28,4 +28,4 @@ {% include comments.html %}
-
+ diff --git a/_layouts/post.html b/_layouts/post.html index c4a9c68b3d2b..7f438b3a34c7 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -39,9 +39,9 @@ {% endif %} -
+
{{ content }} -
+ {% if page.tags.size > 0 %}