diff --git a/_layouts/blog.html b/_layouts/blog.html index 04488343f..596c8f6c9 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -7,7 +7,7 @@ {% if page.splash contains 'http' %} {% capture url %}{{page.splash}}{% endcapture %} {% else %} - {% capture url %}{{site.baseurl}}{{page.splash}}/{% endcapture %} + {% capture url %}{{site.baseurl}}{{page.splash}}{% endcapture %} {% endif %}