This is an example of a post which includes a feature image specified in the front matter of the post. The feature image spans the full-width of the page, and is shown with the title on permalink pages:
image: "assets/img/pexels/desk-messy.jpeg"
- And now it is working
You can also add images aligned in your post using the aligner
include.
Make sure to separate all of the image path forming a string separated with ,
.
By default aligner
find images from assets/img/
, so give the path from there, for example:
Here you have two images side by side, but you can add more and set the amount per columns
(by specifying the number of columns or let it be automatic using "auto"
):