forked from github.com/blag
Split Archive into Index and Archive
This commit is contained in:
13
CHANGELOG.md
13
CHANGELOG.md
@@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## [unreleased]
|
||||
|
||||
* **Breaking Change**: Split former archive page which served as index.html
|
||||
into "index" and "archive", each with their own template, respectively. Index
|
||||
is the landing page and shows by default only the latest 10 articles. Archive
|
||||
shows the full list of articles.
|
||||
|
||||
If you used custom templates,
|
||||
* you should create an "index.html"-template (take blag's default one as a
|
||||
starting point)
|
||||
* you may want to include the new "/archive.html" link somewhere in your
|
||||
navigation
|
||||
|
||||
## [1.5.0] - 2023-04-16
|
||||
|
||||
* moved to pyproject.toml
|
||||
|
||||
Reference in New Issue
Block a user