Skip to content
Snippets Groups Projects
Commit 493f5f7d authored by Teresa Carbajo-Garcia's avatar Teresa Carbajo-Garcia
Browse files

Actually reverse the buttons

parent c7839cda
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ layout: default
{{ content }}
</div>
{% assign research_pages = site.pages | where_exp: 'page', 'page.url contains "/research/"' %}
{% for item in research_pages | reverse %}
{% for item in research_pages reversed %}
<a class="btn btn-primary btn-lg" href="{{ item.url }}">{{ item.title }}</a>
{% endfor %}
</div>
......
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