Merge pull request #54 from fschulze/correct-monthly-blog-archive-template
Use the correct template for monthly archive.
This commit is contained in:
commit
98bc3a88cb
|
@ -111,7 +111,7 @@ class BlogYearArchive(BlogArchive):
|
|||
|
||||
|
||||
class BlogMonthArchive(BlogArchive):
|
||||
template_name = 'blog-archive/year.html'
|
||||
template_name = 'blog-archive/month.html'
|
||||
|
||||
def __init__(self, record, plugin, items=None, year=None, month=None):
|
||||
BlogArchive.__init__(self, record, plugin, items)
|
||||
|
|
Loading…
Reference in New Issue