Rename blog* to article* (breaking change!)
Since these styles and templates can be used not only for blogs but for anything, more correct naming makes sense, at cost of a breaking change...
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
title = "Writings of Duck's Feet"
|
||||
description = "Welcome to my quack'in blog, I quack about various stuff, but mostly I'm a demo"
|
||||
sort_by = "date"
|
||||
template = "blog_list.html"
|
||||
page_template = "blog.html"
|
||||
template = "article_list.html"
|
||||
page_template = "article.html"
|
||||
+++
|
||||
|
Reference in New Issue
Block a user