From 7ce1faca6f2fa9d5e696376e1c00f11be23382e7 Mon Sep 17 00:00:00 2001 From: lapphan Date: Tue, 7 Jul 2020 03:07:02 +0700 Subject: [PATCH] Eliminate render-blocking resources (#220) --- author.hbs | 2 +- default.hbs | 2 +- error-404.hbs | 2 +- index.hbs | 4 ++-- page-authors.hbs | 2 +- page-newsletter.hbs | 2 +- page.hbs | 2 +- post.hbs | 2 +- subscribe.hbs | 2 +- tag.hbs | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) 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