-
-
-
diff --git a/_includes/js-selector.html b/_includes/js-selector.html
index 05ed99e..7d2224c 100644
--- a/_includes/js-selector.html
+++ b/_includes/js-selector.html
@@ -9,14 +9,17 @@
{% endif %}
{% endif %}
-{% if page.layout == 'post' or page.layout == 'page' %}
-
- {% assign _urls = site.data.assets[origin]['magnific-popup'].js
- | append: ','
- | append: site.data.assets[origin].lazysizes.js
- | append: ','
- | append: site.data.assets[origin].clipboard.js
- %}
+{% if page.layout == 'post' or page.layout == 'page' or page.layout == 'home' %}
+ {% assign _urls = site.data.assets[origin].lazysizes.js %}
+
+ {% unless page.layout == 'home' %}
+ {% assign _urls = _urls
+ | append: ','
+ | append: site.data.assets[origin]['magnific-popup'].js
+ | append: ','
+ | append: site.data.assets[origin].clipboard.js
+ %}
+ {% endunless %}
{% include jsdelivr-combine.html urls=_urls %}
{% endif %}
@@ -43,9 +46,9 @@
{% endif %}
{% case page.layout %}
- {% when 'categories', 'post', 'page' %}
+ {% when 'home', 'categories', 'post', 'page' %}
{% assign type = page.layout %}
- {% when 'home', 'archives', 'category', 'tag' %}
+ {% when 'archives', 'category', 'tag' %}
{% assign type = 'misc' %}
{% else %}
{% assign type = 'commons' %}
diff --git a/_includes/post-paginator.html b/_includes/post-paginator.html
index b79c4f8..409fe7a 100644
--- a/_includes/post-paginator.html
+++ b/_includes/post-paginator.html
@@ -1,13 +1,11 @@
-
+
-
+
diff --git a/_includes/post-sharing.html b/_includes/post-sharing.html
index 8c4598e..f607ba2 100644
--- a/_includes/post-sharing.html
+++ b/_includes/post-sharing.html
@@ -1,7 +1,7 @@
-
{{ site.data.locales[include.lang].post.share }}
+
{{ site.data.locales[include.lang].post.share }}
{% capture title %}{{ page.title }} - {{ site.title }}{% endcapture %}
{% assign title = title | uri_escape %}
@@ -11,8 +11,8 @@
{% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
diff --git a/_includes/read-time.html b/_includes/read-time.html
index 6d53357..9952410 100644
--- a/_includes/read-time.html
+++ b/_includes/read-time.html
@@ -20,8 +20,8 @@
diff --git a/_includes/refactor-content.html b/_includes/refactor-content.html
index 668d92b..5281992 100644
--- a/_includes/refactor-content.html
+++ b/_includes/refactor-content.html
@@ -45,9 +45,8 @@
-{% assign IMG_TAG = '
{% assign _left = _left | append: ' data-proofer-ignore' %}
-
- {% assign _parent = _right | slice: 1, 4 %}
+ {% if page.layout == 'post' %}
+
+ {% assign _parent = _right | slice: 1, 4 %}
- {% if _parent == '' %}
-
- {% assign _size = _img_content | size | minus: 1 %}
- {% capture _class %}
- class="img-link{% unless _lqip %} shimmer{% endunless %}"
- {% endcapture %}
- {% assign _img_content = _img_content | slice: 0, _size | append: _class | append: '>' %}
+ {% if _parent == '' %}
+
+ {% assign _size = _img_content | size | minus: 1 %}
+ {% capture _class %}
+ class="img-link{% unless _lqip %} shimmer{% endunless %}"
+ {% endcapture %}
+ {% assign _img_content = _img_content | slice: 0, _size | append: _class | append: '>' %}
+ {% else %}
+
+ {%- capture _wrapper_start -%}
+
{%- capture _wrapper_start -%}
-