Skip to content

Draft: Allow setting a thumbnail for posts

Falk Rehse requested to merge falk.rehse/anubis:thumbnails into main

Add new parameters to yaml frontmatter:

thumbnail: 
thumbnail_alt: 

Set thumbnail to a filename (png or jpeg) and optionally add an alternative text with thumbnail_alt. The thumbnail will be shown with the description (and might be displayed by RSS readers which support images).

Merge request reports