chore: prepare release v0.3.0
This commit is contained in:
@@ -114,6 +114,26 @@ front-end can offer a language switcher.
|
||||
Set `all_langs = true` on a post to show it in **every** language (useful for
|
||||
posts that have no per-language translations).
|
||||
|
||||
### Cover caption
|
||||
|
||||
A `cover_caption` frontmatter field renders a short caption next to the cover
|
||||
image — useful for photo credits or a one-line blurb:
|
||||
|
||||
```toml
|
||||
cover = "media/cover.webp"
|
||||
cover_caption = "Photo by Petr Balvín"
|
||||
```
|
||||
|
||||
### Titled images as figures
|
||||
|
||||
A Markdown image with a **title** (``) is rendered as a
|
||||
`<figure>` with a `<figcaption>` and a small `i` info icon. Images without a
|
||||
title render exactly as before:
|
||||
|
||||
```markdown
|
||||

|
||||
```
|
||||
|
||||
### Fediverse attribution
|
||||
|
||||
Set `fediverse_creator = "@user@instance.tld"` on a post to attach a Mastodon
|
||||
|
||||
Reference in New Issue
Block a user