diff --git a/_includes/archive-single.html b/_includes/archive-single.html index cd401676..60b63f91 100644 --- a/_includes/archive-single.html +++ b/_includes/archive-single.html @@ -1,3 +1,5 @@ +{% include base_path %} + {% if post.header.teaser %} {% capture teaser %}{{ post.header.teaser }}{% endcapture %} {% else %} diff --git a/_includes/author-profile.html b/_includes/author-profile.html index cf2b086d..40ae6d4d 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -1,3 +1,5 @@ +{% include base_path %} + {% if page.author %} {% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.author %} {% endif %} diff --git a/_includes/category-list.html b/_includes/category-list.html index 9094ea68..2347133f 100644 --- a/_includes/category-list.html +++ b/_includes/category-list.html @@ -1,5 +1,7 @@ {% include base_path %} +{% include base_path %} + {% case site.categories.type %} {% when "liquid" %} {% assign path_type = "#" %} diff --git a/_includes/comments.html b/_includes/comments.html index 0e33033e..03a8c64c 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -1,3 +1,5 @@ +{% include base_path %} +

{{ site.data.ui-text[site.locale].comments_label }}

{% case site.comments.provider %} diff --git a/_includes/head.html b/_includes/head.html index 79b79261..a28ce9a0 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,3 +1,5 @@ +{% include base_path %} + {% include seo.html %} diff --git a/_includes/masthead.html b/_includes/masthead.html index 0b779ac9..ffef5594 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -1,3 +1,5 @@ +{% include base_path %} +
diff --git a/_includes/page__hero.html b/_includes/page__hero.html index 8432fbd9..ef0f4ca5 100644 --- a/_includes/page__hero.html +++ b/_includes/page__hero.html @@ -1,3 +1,5 @@ +{% include base_path %} + {% if page.header.image contains "http" %} {% capture img_path %}{{ page.header.image }}{% endcapture %} {% else %} diff --git a/_includes/page__taxonomy.html b/_includes/page__taxonomy.html index 9bb6c61c..53b5b805 100644 --- a/_includes/page__taxonomy.html +++ b/_includes/page__taxonomy.html @@ -1,3 +1,5 @@ +{% include base_path %} + {% if site.tags.type and page.tags[0] %} {% include tag-list.html %} {% endif %} diff --git a/_includes/post_pagination.html b/_includes/post_pagination.html index c364e60a..0a3acac5 100644 --- a/_includes/post_pagination.html +++ b/_includes/post_pagination.html @@ -1,3 +1,5 @@ +{% include base_path %} + {% if page.previous or page.next %}