From 52e36b1de105cb2f9714de8fa9f03b8abba11c96 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sun, 5 May 2019 10:57:54 -0700 Subject: [PATCH] fix error --- _includes/head.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 1e9f9d7..41d283f 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -15,8 +15,10 @@ {{page.content | markdownify | strip_html | truncate: 100}} {% endif %} {% endcapture %} - {{site.url}}/images/{{page.path | split: '/' | last | split: '.' | first }}/{{page.image}} + {% capture image %} + {{site.url}}/images/{{page.path | split: '/' | last | split: '.' | first }}/{{page.image}} + {% endcapture %}