diff --git a/_includes/image.html b/_includes/image.html new file mode 100644 index 0000000..547470f --- /dev/null +++ b/_includes/image.html @@ -0,0 +1,13 @@ +
+ {% if include.url %} + + {% endif %} + {{ include.title }} + {% if include.url %} + + {% endif %} + + {% if include.caption %} +
{{ include.caption }}
+ {% endif %} +
diff --git a/_layouts/post.html b/_layouts/post.html index 497b5ad..b002a15 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,7 +7,7 @@ layout: centered