drewcassidy
6ea805ee50
• 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!
5 lines
114 B
HTML
5 lines
114 B
HTML
<a href="{{ include.src | remove: "-small" }}"> <img
|
|
src="{{ include.src}}"
|
|
alt="{{ include.alt }}">
|
|
</a>
|