Adding Images

 ยท Hugo Authors

Guide to adding images in Piko theme

images markdown css html themes

To add images you can use the following syntax:

![This where you put the alt information](/uploads/self.webp)

This where you put the alt information

To add title, use the following syntax (<figure> element will be generated with <figcaption>):

![This where you put the alt information](/uploads/self.webp "This is where you put the title")

This where you put the alt information
This is where you put the title

Or from external sources:

![This is where you put the alt](https://images.unsplash.com/photo-1520085601670-ee14aa5fa3e8 "This is the image title")

This is where you put the alt
This is the image title