From f83fce9a02f339223e68050b05bae98ba9f10d8c Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 11 Dec 2018 08:10:51 -0500 Subject: [PATCH] Fix broken image --- test/_posts/2010-08-06-post-image-linked-caption.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/_posts/2010-08-06-post-image-linked-caption.md b/test/_posts/2010-08-06-post-image-linked-caption.md index ada6f6a7..f9b09ba1 100644 --- a/test/_posts/2010-08-06-post-image-linked-caption.md +++ b/test/_posts/2010-08-06-post-image-linked-caption.md @@ -8,7 +8,7 @@ tags: --- {% capture fig_img %} -[![Foo](https://farm5.staticflickr.com/4134/4940462712_7c28420b27_b.jpg)](https://flic.kr/p/8wzarA) +[![Foo](https://images.unsplash.com/photo-1541943869728-4bd4f450c8f5?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=800&fit=max&ixid=eyJhcHBfaWQiOjF9)](https://unsplash.com/) {% endcapture %} {% capture fig_caption %} @@ -18,4 +18,4 @@ Stairs? Were we're going we don't need no stairs.
{{ fig_img | markdownify | remove: "

" | remove: "

" }}
{{ fig_caption | markdownify | remove: "

" | remove: "

" }}
-
\ No newline at end of file +