aboutsummaryrefslogtreecommitdiff
path: root/templates/en/anime/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/en/anime/home.html')
-rw-r--r--templates/en/anime/home.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/templates/en/anime/home.html b/templates/en/anime/home.html
index aba7c856..a35c8b82 100644
--- a/templates/en/anime/home.html
+++ b/templates/en/anime/home.html
@@ -34,13 +34,11 @@
</form>
</div>
</div>
-{% include 'partials/_anime_list.html' with anime_list=trending_anime title="Trending Anime" %}
-{% include 'partials/_anime_list.html' with anime_list=popular_anime title="Popular Anime" %}
-{% include 'partials/_anime_list.html' with anime_list=top_anime title="Top Rated Anime" %}
-{% include 'partials/_anime_list.html' with anime_list=top_airing_anime title="Top Airing Anime" %}
-
+{% include 'partials/_anime_list.html' with anime_list=top_airing_anime title="Currently Top Airing" %}
+{% include 'partials/_anime_list.html' with anime_list=popular_anime title="Most Popular Among Folks" %}
+{% include 'partials/_anime_list.html' with anime_list=top_anime title="Highly Rated Stuff" %}
+{% include 'partials/_anime_list.html' with anime_list=trending_anime title="The Trending Section" %}
+{% include "partials/_anime_footer.html" %}
{% endblock content %}
-{% block scripts %}
-<script src="{% static 'js/shared/animeList.js' %}"></script>
-{% endblock scripts %}
+