GitHub Actions: cache required R packages (#534)
[rnaseq-cwl-training.git] / bin / boilerplate / index.md
index 2809a1bfe6c83c70c7785c9de9e3fe30081c1326..95ccdbdc5491c0babdbfad895d402036c51344fe 100644 (file)
@@ -1,11 +1,17 @@
 ---
 layout: lesson
-root: .  # Is the only page that don't follow the partner /:path/index.html
-permalink: index.html  # Is the only page that don't follow the partner /:path/index.html
+root: .  # Is the only page that doesn't follow the pattern /:path/index.html
+permalink: index.html  # Is the only page that doesn't follow the pattern /:path/index.html
 ---
 FIXME: home page introduction
 
+<!-- this is an html comment -->
+
+{% comment %} This is a comment in Liquid {% endcomment %}
+
 > ## Prerequisites
 >
 > FIXME
 {: .prereq}
+
+{% include links.md %}