feat: use page.html instead of blog-page.html in blogs

This commit is contained in:
coolnsx
2025-06-09 13:31:03 +05:30
parent 1052466abe
commit aacc84ccac
3 changed files with 2 additions and 60 deletions

View File

@@ -2,5 +2,5 @@
title = "Blog Posts"
sort_by = "date"
template = "blog.html"
page_template = "blog-page.html"
page_template = "page.html"
+++