include base_path where needed
authorFrançois Michonneau <francois.michonneau@gmail.com>
Fri, 24 Aug 2018 18:19:50 +0000 (14:19 -0400)
committerFrançois Michonneau <francois.michonneau@gmail.com>
Fri, 24 Aug 2018 18:19:50 +0000 (14:19 -0400)
_includes/all_keypoints.html
_includes/carpentries.html
_includes/main_title.html
_layouts/workshop.html
bin/boilerplate/_extras/figures.md
bin/boilerplate/aio.md

index 2af59005fae82283f72968406e61dea5e9c87b9b..e4fd289ff5a3baf4a834cdf3d11d31843aa90880 100644 (file)
@@ -1,6 +1,9 @@
 {% comment %}
   Display key points of all episodes for reference.
 {% endcomment %}
+
+{% include base_path.html %}
+
 <h2>Key Points</h2>
 <table class="table table-striped">
 {% for episode in site.episodes %}
index 37cd16e04d394ad90c2d70554b191f90ad632668..5691223f9c4047bcaacb78143c181806c04fb25b 100644 (file)
@@ -1,6 +1,9 @@
 {% comment %}
   General description of Software and Data Carpentry.
 {% endcomment %}
+
+{% include base_path.html %}
+
 <div class="row">
   <div class="col-md-2" align="center">
     <a href="{{ site.carpentries_site }}"><img src="{{ relative_root_path }}/assets/img/cp-logo-blue.svg" alt="The Carpentries logo" /></a>
index 592f880b04d7722eda544cdc07abecd9de304c99..b08af4a784daf6132b28b198c95578880acc3333 100644 (file)
@@ -1,4 +1,7 @@
 {% comment %}
   Main title for lesson pages.
 {% endcomment %}
+
+{% include base_path.html %}
+
 <h1 class="maintitle"><a href="{{ relative_root_path }}{% link index.md %}">{{ site.title }}</a>{% if page.title %}: {{ page.title }}{% endif %}</h1>
index 1143b6b287207eb5a703072f13da8b8289da93cd..9411e580c15e7c34ee639d7d42a924d153994bd5 100644 (file)
@@ -1,5 +1,8 @@
 ---
 ---
+
+{% include base_path.html %}
+
 <!doctype html>
 <html lang="en">
   <head>
index 7287088ba4522b8c08a2c6fab2266727a806247c..ee5b65082a301e023b5f363838a4e5047c27b76f 100644 (file)
@@ -1,6 +1,9 @@
 ---
 title: Figures
 ---
+
+{% include base_path.html %}
+
 <script>
   window.onload = function() {
     var lesson_episodes = [
index ec4c6a4021108457e9a14eede6ee1bda04d9c51a..1900d884d61923ff4c153693e2e6a27b341e7823 100644 (file)
@@ -1,5 +1,8 @@
 ---
 ---
+
+{% include base_path.html %}
+
 <script>
   window.onload = function() {
     var lesson_episodes = [