sylhare / Type-on-Strap

🎨 Simplistic, responsive jekyll based open source theme
https://sylhare.github.io/Type-on-Strap/
MIT License
811 stars 901 forks source link

Add Caption under image with aligner #454

Closed sylhare closed 3 months ago

sylhare commented 3 months ago

Description

Fix #436 Using the aligner, you can now add a caption under the image:

{% include aligner.html images="pexels/travel.jpeg" column=1 caption="A relaxing image illustrating the content" %}

The style is rendered with the CSS class .caption-style.

Screenshot