🚸 Allow img fallback to assets/static directories

Fixes #126
This commit is contained in:
James Panther
2022-03-08 09:51:19 +11:00
parent 2ceab5d4b0
commit 3f9c6bf08e
4 changed files with 29 additions and 6 deletions
+5
View File
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
### Changed
- Markdown images and `figure` shortcode now search the `assets/` directory if an image cannot be found in page bundle ([#126](https://github.com/jpanther/congo/issues/126))
- Markdown images and `figure` shortcode now fallback to static assets if an image is not provided as a Hugo resource ([#126](https://github.com/jpanther/congo/issues/126))
## [2.0.5] - 2022-02-20
### Added