mirror of
https://github.com/lektor/lektor-website.git
synced 2025-04-02 00:11:50 +02:00
Use the correct template for monthly archive.
This commit is contained in:
parent
2debe1a963
commit
e02db78f88
@ -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…
x
Reference in New Issue
Block a user