From ea4381a5571d1effb728106de4c1a1faaa7d0e31 Mon Sep 17 00:00:00 2001 From: stamper Date: Wed, 24 Jul 2019 11:58:45 +0200 Subject: [PATCH] convert Extras --- _extras/about.md | 5 ++++- _extras/figures.md | 23 ++++++++++++----------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/_extras/about.md b/_extras/about.md index 5f07f65..9d8851f 100644 --- a/_extras/about.md +++ b/_extras/about.md @@ -1,5 +1,8 @@ --- +layout: page title: About --- -{% include carpentries.html %} + +TODO + {% include links.md %} diff --git a/_extras/figures.md b/_extras/figures.md index ee5b650..6de63d6 100644 --- a/_extras/figures.md +++ b/_extras/figures.md @@ -1,4 +1,5 @@ --- +layout: page title: Figures --- @@ -6,17 +7,17 @@ title: Figures {% comment %} -Create anchor for each one of the episodes. +Create anchor for each one of the modules. {% endcomment %} -{% for episode in site.episodes %} -
+{% for module in site.modules %} +
{% endfor %} {% include links.md %} -- GitLab