♻️ Move homepage recent articles to partial

This commit is contained in:
James Panther
2021-08-18 14:35:54 +10:00
parent 7030022620
commit 139706895c
13 changed files with 35 additions and 29 deletions
+6 -1
View File
@@ -2,6 +2,8 @@
All notable changes to Congo will be documented in this file.
Things that need attention when upgrading from a prior version are marked 🚨.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
@@ -12,11 +14,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Breadcrumbs
- i18n support
- Recent articles partial
- CSS transitions
### Changed
- Consolidated author configuration parameters into `config.toml`
- 🚨 Renamed parameter: `homepage.showList` -> `homepage.showRecent`
- 🚨 Renamed parameter: `homepage.listSections` -> `homepage.mainSections`
- 🚨 Consolidated author configuration parameters into `config.toml`
- General style tweaks to enhance design consistency
### Fixed