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 → + +
-