From b09f5127ad274759ed81f091147a2404ec1e3a12 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 11 Jan 2020 02:44:30 +0800 Subject: [PATCH] Optimized the resource prioritization. --- _includes/head.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/_includes/head.html b/_includes/head.html index 4a0e010..12fab2a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -40,9 +40,21 @@ {% endif %} {% endif %} + + + + + + + @@ -55,29 +67,44 @@ {% if page.layout == 'home' %} + {% endif %} {% if page.title == 'Categories' and page.layout == 'page' %} + {% endif %} {% if page.title == 'Tags' and page.layout == 'page' %} + {% endif %} {% if page.layout == 'category' or page.layout == 'tag' %} + {% endif %} {% if page.title == 'Archives' and page.layout == 'page' %} + {% endif %} {% if page.title == 'About' and page.layout == 'page' %} + {% endif %} + + + + + @@ -102,13 +129,21 @@ {% endif %} {% if page.layout == 'post' %} + + + + {% if site.toc and page.toc %} + + + {% endif %} + {% endif %} \ No newline at end of file