Reverse tips list

This commit is contained in:
Jake 2021-04-06 14:55:32 +00:00
parent 014cc54a50
commit 23d915c54b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ layout: main
<p> <p>
<ul> <ul>
{%- for item in collections.tips -%} {%- for item in collections.tips | reverse -%}
<li> <li>
<a href="{{ item.url | url }}">{{ item.data.title }}</a> <a href="{{ item.url | url }}">{{ item.data.title }}</a>
{% if item.data.description %} {% if item.data.description %}