Created
February 21, 2014 22:38
-
-
Save emmajane/9145065 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: default | |
title: Learner Activities | |
use: | |
- activities | |
--- | |
<h2>Learner Activities</h2> | |
<ul> | |
{% for activity in data.activities|sort %} | |
<li><a href="{{ site.url }}{{ activity.url }}">{{ activity.title }}</a></li> | |
{% endfor %} | |
</ul> | |
-------- | |
Warning: asort() expects parameter 1 to be array, object given in phar:///Users/emmajane/Downloads/Apps/sculpin/vendor/twig/twig/lib/Twig/Extension/Core.php on line 885 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment