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:
@ -1,5 +1,5 @@
|
||||
+++
|
||||
template = "blog.html"
|
||||
template = "article.html"
|
||||
title = "ActivityPub/Fediverse comments demo"
|
||||
[extra.comments]
|
||||
host = "toot.community"
|
||||
|
@ -1,5 +1,5 @@
|
||||
+++
|
||||
template = "blog.html"
|
||||
template = "article.html"
|
||||
title = "Demo Page"
|
||||
[extra]
|
||||
archive = "This page is, in fact, not archived, meaning it will receive content updates."
|
||||
|
Reference in New Issue
Block a user