Skip to content

Commit

Permalink
warmups list
Browse files Browse the repository at this point in the history
  • Loading branch information
pearsonca committed Jul 22, 2018
1 parent 3d8fa63 commit 4b3a6ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions _includes/warm_link.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{{ site.warmups[include.which].title }}]({% include url.lq %}{{ site.warmups[include.which].url }}){:.{{ site.warmups[include.which].instructor}} }
8 changes: 8 additions & 0 deletions warmups.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Warmups List
---

# Warmups List

{% for i in (1..site.warmups.size) %}
- {% include warm_link.md which = forloop.index0 %}{% endfor %}

0 comments on commit 4b3a6ac

Please sign in to comment.