- 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
a0fb62ac7a
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
|
# 1.1.0
|
||||||
|
|
||||||
- Major improvements to default stylesheet.
|
- Major improvements to default stylesheet.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "zona"
|
name = "zona"
|
||||||
version = "1.1.0"
|
version = "1.2.0"
|
||||||
description = "Opinionated static site generator."
|
description = "Opinionated static site generator."
|
||||||
license = "BSD-3-Clause "
|
license = "BSD-3-Clause "
|
||||||
license-files = ["LICENSE"]
|
license-files = ["LICENSE"]
|
||||||
|
|
2
uv.lock
generated
2
uv.lock
generated
|
@ -459,7 +459,7 @@ wheels = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zona"
|
name = "zona"
|
||||||
version = "1.1.0"
|
version = "1.2.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "dacite" },
|
{ name = "dacite" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue