Closed ARVINDH-CT06 closed 2 weeks ago
This pull request introduces functionality for monthly and yearly archive pages within the blog system. The following changes have been made:
BlogPost Class Updates:
Added methods to fetch published blog posts by month and year.
New Archive Handlers:
Created MonthlyArchiveHandler and YearlyArchiveHandler to serve archive pages.
URL Mappings:
Updated the URL routing to include endpoints for accessing monthly and yearly archives.
Template Updates:
Developed templates for displaying archived posts, organized by date.
This pull request introduces functionality for monthly and yearly archive pages within the blog system. The following changes have been made:
BlogPost Class Updates:
Added methods to fetch published blog posts by month and year.
New Archive Handlers:
Created MonthlyArchiveHandler and YearlyArchiveHandler to serve archive pages.
URL Mappings:
Updated the URL routing to include endpoints for accessing monthly and yearly archives.
Template Updates:
Developed templates for displaying archived posts, organized by date.