More page titles

This commit is contained in:
2017-07-06 22:23:32 +02:00
parent f0b63aec75
commit e28b11c322
10 changed files with 10 additions and 10 deletions

View File

@ -1,3 +1,3 @@
component Airing(animeList []*arn.Anime)
h2.page-title(title=toString(len(animeList)) + " anime") Explore
h1.page-title(title=toString(len(animeList)) + " anime") Explore
AnimeGrid(animeList)