Remove top/bottom margin from the first/last element in <aside>

This commit is contained in:
daudix
2024-10-12 03:23:19 +03:00
parent ef3525952e
commit 25771bec3b
3 changed files with 12 additions and 0 deletions

View File

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Remove top/bottom margin from the first/last element in `<aside>`.
- Rename `show_read_time` to `show_reading_time`.
- Use Zola's built-in reading time variable instead of the custom implementation (#102).