Skip to content

Commit

Permalink
Reorder content on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjames committed Nov 8, 2024
1 parent 5d0d250 commit 70c11d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/templates/home/home_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
{% endblock %}

{% block content %}
{% include 'home/modules/statistics.html' %}
{% include 'home/modules/getting-started.html' %}
{% include 'home/modules/about-iati.html' %}
{% include 'home/modules/statistics.html' %}
{% include 'home/modules/iati-in-action.html' %}
{% include 'home/modules/about-iati.html' %}
{% include 'home/modules/iati-tools.html' %}
{% include 'home/modules/flexible-features.html' %}
{% include 'home/modules/news-tweets.html' with notalt=page.flexible_features|length|divisibleby:2 %}
Expand Down

0 comments on commit 70c11d0

Please sign in to comment.