Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Instances of quickblog can be seen [here](https://github.com/borkdude/quickblog?
## Unreleased

- Add support for a blog contained within another website; see [Serving an alternate content root](README.md#serving-an-alternate-content-root) in README. ([@jmglov](https://github.com/jmglov))
- Fix `:blog-image-alt` option being ignored when using CLI (`bb quickblog render`)

## 0.4.7 (2025-06-12)

Expand Down
5 changes: 5 additions & 0 deletions src/quickblog/api.clj
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@
:ref "<url>"
:group :social-sharing}

:blog-image-alt
{:desc "Alt text for blog thumbnail image"
:ref "<text>"
:group :social-sharing}

;; Favicon
:favicon
{:desc "If true, favicon will be added to all pages"
Expand Down