From f644a9b995c59d9c243a2f6ef065a9558af91656 Mon Sep 17 00:00:00 2001 From: Spencer Bliven Date: Fri, 14 Jun 2019 10:26:36 +0200 Subject: [PATCH] Use absolute paths for site-wide resources Fixes https://github.com/tomjoht/documentation-theme-jekyll/issues/156 --- _includes/footer.html | 2 +- _includes/head.html | 20 ++++++++++---------- _includes/image.html | 2 +- _includes/inline_image.html | 2 +- _includes/topnav.html | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 1682c96..a8264ca 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,7 +3,7 @@ diff --git a/_includes/head.html b/_includes/head.html index 6437a03..7208a64 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,32 +4,32 @@ {{ page.title }} | {{ site.site_title }} - + - - + + - - + + - + - + - - + + - + diff --git a/_includes/image.html b/_includes/image.html index dea99d9..ba5164a 100644 --- a/_includes/image.html +++ b/_includes/image.html @@ -1 +1 @@ -
{% if {{include.url}} %}{% endif %}{{include.alt}}{% if {{include.url}} %}{% endif %}{% if {{include.caption}} %}
{{include.caption}}
{% endif %}
+
{% if {{include.url}} %}{% endif %}{{include.alt}}{% if {{include.url}} %}{% endif %}{% if {{include.caption}} %}
{{include.caption}}
{% endif %}
diff --git a/_includes/inline_image.html b/_includes/inline_image.html index 1e7fd18..aab55c5 100644 --- a/_includes/inline_image.html +++ b/_includes/inline_image.html @@ -1 +1 @@ -{{include.alt}} +{{include.alt}} diff --git a/_includes/topnav.html b/_includes/topnav.html index a246c29..f35c36f 100644 --- a/_includes/topnav.html +++ b/_includes/topnav.html @@ -60,12 +60,12 @@ - +