release 1.2.0
- Improved the appearance and semantics of post navigation buttons. - Navigation now follows "newer/older" logic. - Added hover symbols to page titles. - Improved the styling of hover symbols and links.
This commit is contained in:
parent
d35d3f61fb
commit
9524c8baeb
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
# 1.2.0
|
||||
|
||||
- Improved the appearance and semantics of post navigation buttons.
|
||||
- Navigation now follows "newer/older" logic.
|
||||
- Added hover symbols to page titles.
|
||||
- Improved the styling of hover symbols and links.
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Major improvements to default stylesheet.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "zona"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
description = "Opinionated static site generator."
|
||||
license = "BSD-3-Clause "
|
||||
license-files = ["LICENSE"]
|
||||
|
|
2
uv.lock
generated
2
uv.lock
generated
|
@ -459,7 +459,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "zona"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "dacite" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue