drewcassidy.me/_includes/image.html
drewcassidy 6ea805ee50 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!
2023-04-19 01:16:57 -07:00

5 lines
114 B
HTML

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