Improve layout of comments and add params to toggle display

Ref #207
This commit is contained in:
James Panther
2022-06-25 14:17:44 +10:00
parent f007a1f294
commit 6fc462136f
7 changed files with 27 additions and 12 deletions
+2
View File
@@ -8,11 +8,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- Front matter support for showing or hiding comments on a per article basis
- `showCopyright` and `showThemeAttribution` parameters that allow more control over how the site footer is displayed
### Changed
- Search will now return results for all page types, including lists and taxonomies
- Comments partials are now better considered within the page layout
- Upgrade to Tailwind v3.1.4 ([#225](https://github.com/jpanther/congo/pull/225))
### Fixed