diff --git a/_includes/author_list.html b/_includes/author_list.html index efcf983d04..0b9b79dfde 100644 --- a/_includes/author_list.html +++ b/_includes/author_list.html @@ -1,6 +1,6 @@ {% assign currentAuthorName = include.currentAuthorName %} -
-

Authors

+
+ diff --git a/_includes/category_list.html b/_includes/category_list.html index 5a5561d057..0c84cd84c2 100644 --- a/_includes/category_list.html +++ b/_includes/category_list.html @@ -1,6 +1,6 @@ {% assign selectedIndex = include.selectedIndex %} -
-

Categories

+
+ diff --git a/_includes/read_more.html b/_includes/read_more.html index 74b8c0650e..2ce7663084 100644 --- a/_includes/read_more.html +++ b/_includes/read_more.html @@ -10,12 +10,10 @@ - - -

Read more

+

Read more

{% include social.html %}
- \ No newline at end of file + diff --git a/_includes/recruitment.html b/_includes/recruitment.html index 482de0c4c6..ae15b10a7c 100644 --- a/_includes/recruitment.html +++ b/_includes/recruitment.html @@ -21,10 +21,10 @@ {% endif %} {% endcapture %} -
+
\ No newline at end of file + diff --git a/_includes/watch_more.html b/_includes/watch_more.html index 6c930c1dc3..f79a757186 100644 --- a/_includes/watch_more.html +++ b/_includes/watch_more.html @@ -1,12 +1,11 @@ - -
+
- \ No newline at end of file + + diff --git a/_layouts/default_post.html b/_layouts/default_post.html index 7aeb61ab4d..07b58720e9 100644 --- a/_layouts/default_post.html +++ b/_layouts/default_post.html @@ -92,16 +92,18 @@

{{ page.title }}

{{ content }}
- + {% if site.data.related contains post.url %} - {% include read_more.html author=author authorUsername=authorUsername page=page %} - {% assign related = site.data.related[post.url] %} - {% assign posts = site.posts | where_exp:"item", "item.url == related[0]" %} - {% include post_summary_list.html posts=posts hideCategory=true %} - {% assign posts = site.posts | where_exp:"item", "item.url == related[1]" %} - {% include post_summary_list.html posts=posts hideCategory=true %} + {% endif %} - + {% include recruitment.html page=page %}
diff --git a/_layouts/video_post.html b/_layouts/video_post.html index d075df5dc4..84b1faff88 100644 --- a/_layouts/video_post.html +++ b/_layouts/video_post.html @@ -71,13 +71,15 @@

{{ page.title }}

{% include social.html %} +
{{ content }}
- {% include watch_more.html %} + {% include watch_more.html %}
+
{% include author_summary.html %} {% for contributorId in page.contributors %}