From 8512c16de5b8c43cc0bc661ee2e46f3f3fa7cb45 Mon Sep 17 00:00:00 2001 From: John Toniutti Date: Tue, 27 Feb 2024 20:43:15 +0100 Subject: [PATCH] Replace section with div --- _includes/head.html | 1 + _layouts/feed.html | 4 ++-- _layouts/home.html | 28 ++++++++++++++-------------- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 37a283f..719b1ee 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -7,6 +7,7 @@ + {% seo %} diff --git a/_layouts/feed.html b/_layouts/feed.html index 287b5d2..aeb71e5 100644 --- a/_layouts/feed.html +++ b/_layouts/feed.html @@ -4,7 +4,7 @@

{{ page.title }}

-
+
{% for post in site.posts %} {% include post-preview.html post=post %} @@ -13,4 +13,4 @@

{{ page.title }}

{% endif %} {% endfor %}
-
\ No newline at end of file + \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html index bf8b0ab..956b37b 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -4,22 +4,22 @@

{{ page.title }}

-
+
{{ content }} -
- -
-

Latest Posts

-
- {% for post in site.posts limit: 4 %} - {% include post-card.html post=post %} - {% endfor %}
-
- - Read all posts → - +
+

Latest Posts

+
+ {% for post in site.posts limit: 4 %} + {% include post-card.html post=post %} + {% endfor %} +
+ +
+ + Read all posts → + +
-