Set title in archives.

This commit is contained in:
Ceda EI 2020-01-29 18:45:35 +05:30
parent 93bdd1885d
commit c976e8d3a8
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@ class EpisodeList(UserList):
"slug": gen_name(i.date, i.slug) + ".html",
"title": i.title
} for i in self.data]
file.write(self.archives.render(episodes=episodes))
file.write(self.archives.render(episodes=episodes,
title="Archives"))
def generate_site(self, root):
"Generates the entire site"