drewcassidy.me/_includes/image.html
drewcassidy c2a2bdf8f4
Finish image includes
• Finish the image-gallery
• Add Figure-Image with a single image, which can be floated to the left
or right, or fill the entire document width
• Publish the first real blog post!
2017-12-24 22:55:29 -08:00

5 lines
114 B
HTML

<a href="{{ include.src | remove: "-small" }}"> <img
src="{{ include.src}}"
alt="{{ include.alt }}">
</a>