From: François Michonneau Date: Fri, 24 Aug 2018 18:19:50 +0000 (-0400) Subject: include base_path where needed X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/3a82dee0447f439da7524299f3f1c433eb285d62 include base_path where needed --- 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 %} +