diff --git a/author.hbs b/author.hbs
index 5bb297e..c39731e 100644
--- a/author.hbs
+++ b/author.hbs
@@ -4,7 +4,7 @@ This template is used for the author page.
{{!-- This block loads specific styles for the author page --}}
{{#contentFor "styles"}}
-
+
{{/contentFor}}
{{!-- The tag below means: insert everything in this file
diff --git a/default.hbs b/default.hbs
index 22900d6..83ccd2b 100644
--- a/default.hbs
+++ b/default.hbs
@@ -25,7 +25,7 @@
font-display: swap;
}
-
+
{{!-- This #block helper will inject a stylesheet for a specific page --}}
{{{block "styles"}}}
diff --git a/error-404.hbs b/error-404.hbs
index 4adbd65..826674d 100644
--- a/error-404.hbs
+++ b/error-404.hbs
@@ -4,7 +4,7 @@ This error template is used for all 404 errors, which might occur on your site.
{{!-- This block loads specific styles for the 404 page --}}
{{#contentFor "styles"}}
-
+
{{/contentFor}}
{{!-- The tag below means: insert everything in this file
diff --git a/index.hbs b/index.hbs
index d207651..6e8ba09 100644
--- a/index.hbs
+++ b/index.hbs
@@ -5,8 +5,8 @@ It can be used also as the home page or the default page.
{{!-- This block loads specific styles for the index page --}}
{{#contentFor "styles"}}
-
-
+
+
{{/contentFor}}
{{!-- The tag below means: insert everything in this file
diff --git a/page-authors.hbs b/page-authors.hbs
index 3e58842..974f485 100644
--- a/page-authors.hbs
+++ b/page-authors.hbs
@@ -5,7 +5,7 @@ You must first create a page called Authors in the dashboard to enable it.
{{!-- This block loads specific styles for the authors page --}}
{{#contentFor "styles"}}
-
+
{{/contentFor}}
{{!-- The tag below means: insert everything in this file
diff --git a/page-newsletter.hbs b/page-newsletter.hbs
index 4988bd1..5994b2f 100644
--- a/page-newsletter.hbs
+++ b/page-newsletter.hbs
@@ -4,7 +4,7 @@ This template is used for the subscription page.
{{!-- This block loads specific styles for the newsletter page --}}
{{#contentFor "styles"}}
-
+
{{/contentFor}}
{{!-- The tag below means: insert everything in this file
diff --git a/page.hbs b/page.hbs
index a19157a..bb7a3e5 100644
--- a/page.hbs
+++ b/page.hbs
@@ -4,7 +4,7 @@ This template is used for the posts that are marked as pages.
{{!-- This block loads specific styles for the post page --}}
{{#contentFor "styles"}}
-
+
{{/contentFor}}
{{!-- The tag below means: insert everything in this file
diff --git a/post.hbs b/post.hbs
index d141f8f..a5cb2ea 100644
--- a/post.hbs
+++ b/post.hbs
@@ -4,7 +4,7 @@ This template is used for the post page.
{{!-- This block loads specific styles for the post page --}}
{{#contentFor "styles"}}
-
+
{{/contentFor}}
{{!-- The tag below means: insert everything in this file
diff --git a/subscribe.hbs b/subscribe.hbs
index 26694a5..e03b800 100644
--- a/subscribe.hbs
+++ b/subscribe.hbs
@@ -4,7 +4,7 @@ This template is used for the subscription page.
{{!-- This block loads specific styles for the newsletter page --}}
{{#contentFor "styles"}}
-
+
{{/contentFor}}
{{!-- The tag below means: insert everything in this file
diff --git a/tag.hbs b/tag.hbs
index 788f4cd..95a8eb1 100644
--- a/tag.hbs
+++ b/tag.hbs
@@ -4,7 +4,7 @@ This template is used for the tag page.
{{!-- This block loads specific styles for the tag page --}}
{{#contentFor "styles"}}
-
+
{{/contentFor}}
{{!-- The tag below means: insert everything in this file