diff --git a/_includes/archive-single.html b/_includes/archive-single.html index 93755e38ec6b..769d9184a61e 100644 --- a/_includes/archive-single.html +++ b/_includes/archive-single.html @@ -25,13 +25,13 @@ {% endif %}

{% if post.link %} - {{ title }} Permalink + {{ title }} Permalink {% else %} {{ title }} {% endif %}

{% if post.read_time %} -

{% include read-time.html %}

+

{% include read-time.html %}

{% endif %} {% if post.excerpt %}

{{ post.excerpt | markdownify | strip_html | truncate: 160 }}

{% endif %} diff --git a/_includes/author-profile-custom-links.html b/_includes/author-profile-custom-links.html index 3560e2588542..cf86521afb4e 100644 --- a/_includes/author-profile-custom-links.html +++ b/_includes/author-profile-custom-links.html @@ -1,7 +1,7 @@ \ No newline at end of file diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 99191b6b4012..8c535192fed8 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -47,14 +47,14 @@

{{ author.name }}

diff --git a/_includes/page__hero.html b/_includes/page__hero.html index 5f0bd0144ecd..b50ce76ad71a 100644 --- a/_includes/page__hero.html +++ b/_includes/page__hero.html @@ -46,7 +46,7 @@

{{ page.excerpt | markdownify | remove: "

" | remove: "

" }}

{% endif %} {% if site.read_time and page.read_time %} -

{% include read-time.html %}

+

{% include read-time.html %}

{% endif %} {% if page.header.cta_url %}

{{ page.header.cta_label | default: site.data.ui-text[site.locale].more_label | default: "Learn More" }}

diff --git a/_includes/scripts.html b/_includes/scripts.html index a242f8e10c39..ba45b6fc47c6 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -9,6 +9,7 @@ {% endfor %} {% else %} + {% endif %} {% if site.search == true or page.layout == "search" %} diff --git a/_includes/social-share.html b/_includes/social-share.html index 9d375efee2bc..10161aa01fec 100644 --- a/_includes/social-share.html +++ b/_includes/social-share.html @@ -3,11 +3,11 @@

{{ site.data.ui-text[site.locale].share_on_label | default: "Share on" }}

{% endif %} - Twitter + Twitter - Facebook + Facebook - Google+ + Google+ - LinkedIn + LinkedIn diff --git a/_includes/tag-list.html b/_includes/tag-list.html index dd66828170d9..4bd97d7c4830 100644 --- a/_includes/tag-list.html +++ b/_includes/tag-list.html @@ -14,7 +14,7 @@ {% assign tag_hashes = page_tags | split: ',' | sort %}

- {{ site.data.ui-text[site.locale].tags_label | default: "Tags:" }} + {{ site.data.ui-text[site.locale].tags_label | default: "Tags:" }} {% for hash in tag_hashes %} {% assign keyValue = hash | split: '#' %} diff --git a/_includes/toc b/_includes/toc index 6ba831c90739..6423ccdc72e1 100644 --- a/_includes/toc +++ b/_includes/toc @@ -1,6 +1,6 @@