From 74cf40df089afef7f86044ab795f704bd53ad3aa Mon Sep 17 00:00:00 2001 From: Stephan Kulla Date: Tue, 4 Oct 2016 18:03:39 +0200 Subject: [PATCH] posts.html: Use "relURL" (#50) Signed-off-by: Stephan Kulla --- layouts/partials/widgets/posts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/widgets/posts.html b/layouts/partials/widgets/posts.html index 9ca69824..02497313 100644 --- a/layouts/partials/widgets/posts.html +++ b/layouts/partials/widgets/posts.html @@ -13,7 +13,7 @@ {{ with $page.Params.subtitle }}

{{ . | markdownify }}

{{ end }} {{ if gt $posts_len $page.Params.count }}

- + {{ with $page.Params.str_all }}{{ . | markdownify }}{{ end }} @@ -27,7 +27,7 @@

{{ if .Params.image }} - {{end}}