Skip to content
Snippets Groups Projects
Commit d73b45ac authored by dawehr's avatar dawehr
Browse files

Merge branch 'master' of git.ece.iastate.edu:danc/MicroCART_17-18

parents 76207878 57dfb34d
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,6 @@
/remote/python/2.7.9/bin/virtualenv ./
source bin/activate
pip install --upgrade pip
pip install pelican
pip install Markdown
......@@ -27,7 +27,7 @@
<li><a href="{{ link }}">{{ title }}</a></li>
{% endfor %}
{% if DISPLAY_PAGES_ON_MENU -%}
{% for pg in PAGES %}
{% for pg in pages %}
<li{% if pg == page %} class="active"{% endif %}><a href="{{ SITEURL }}/{{ pg.url }}">{{ pg.title }}</a></li>
{% endfor %}
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment