diff options
Diffstat (limited to '_includes/image.html')
-rw-r--r-- | _includes/image.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/image.html b/_includes/image.html new file mode 100644 index 000000000..46d187982 --- /dev/null +++ b/_includes/image.html @@ -0,0 +1,4 @@ +<figure> +<img src="{{ include.url }}" alt="{{ include.description }}" width="{{ include.width }}"/> +<figcaption>{{ include.description }}</figcaption> +</figure> |