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!
This commit is contained in:
2017-12-24 22:55:29 -08:00
parent 59f76eb93e
commit 5a46b532cd
10 changed files with 142 additions and 49 deletions

4
_includes/image.html Normal file
View File

@ -0,0 +1,4 @@
<a href="{{ include.src | remove: "-small" }}"> <img
src="{{ include.src}}"
alt="{{ include.alt }}">
</a>