From 3a82dee0447f439da7524299f3f1c433eb285d62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Michonneau?= Date: Fri, 24 Aug 2018 14:19:50 -0400 Subject: [PATCH] include base_path where needed --- _includes/all_keypoints.html | 3 +++ _includes/carpentries.html | 3 +++ _includes/main_title.html | 3 +++ _layouts/workshop.html | 3 +++ bin/boilerplate/_extras/figures.md | 3 +++ bin/boilerplate/aio.md | 3 +++ 6 files changed, 18 insertions(+) diff --git a/_includes/all_keypoints.html b/_includes/all_keypoints.html index 2af5900..e4fd289 100644 --- a/_includes/all_keypoints.html +++ b/_includes/all_keypoints.html @@ -1,6 +1,9 @@ {% comment %} Display key points of all episodes for reference. {% endcomment %} + +{% include base_path.html %} +

Key Points

{% for episode in site.episodes %} diff --git a/_includes/carpentries.html b/_includes/carpentries.html index 37cd16e..5691223 100644 --- a/_includes/carpentries.html +++ b/_includes/carpentries.html @@ -1,6 +1,9 @@ {% comment %} General description of Software and Data Carpentry. {% endcomment %} + +{% include base_path.html %} +
The Carpentries logo diff --git a/_includes/main_title.html b/_includes/main_title.html index 592f880..b08af4a 100644 --- a/_includes/main_title.html +++ b/_includes/main_title.html @@ -1,4 +1,7 @@ {% comment %} Main title for lesson pages. {% endcomment %} + +{% include base_path.html %} +

{{ site.title }}{% if page.title %}: {{ page.title }}{% endif %}

diff --git a/_layouts/workshop.html b/_layouts/workshop.html index 1143b6b..9411e58 100644 --- a/_layouts/workshop.html +++ b/_layouts/workshop.html @@ -1,5 +1,8 @@ --- --- + +{% include base_path.html %} + diff --git a/bin/boilerplate/_extras/figures.md b/bin/boilerplate/_extras/figures.md index 7287088..ee5b650 100644 --- a/bin/boilerplate/_extras/figures.md +++ b/bin/boilerplate/_extras/figures.md @@ -1,6 +1,9 @@ --- title: Figures --- + +{% include base_path.html %} +