From 8b49c5eaa2d68eeaf0549df00020c1191d1c37b1 Mon Sep 17 00:00:00 2001 From: Giuseppe Pignataro Date: Sun, 5 May 2019 08:30:39 +0200 Subject: Fixed issue #22 Fixed a bug when using the post style for the homepage. --- layouts/partials/home_post.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/home_post.html b/layouts/partials/home_post.html index 1a5287d..061f6bc 100644 --- a/layouts/partials/home_post.html +++ b/layouts/partials/home_post.html @@ -3,7 +3,6 @@
{{ $cdn_url := .Scratch.Get "cdn_url" }} {{ with .Site.Params.avatar}} - {{ $cdn_url := .Scratch.Get "cdn_url" }} {{ $avatar := .}}
@@ -69,4 +68,4 @@ {{ end }} {{ partial "paginator.html" . }} -
\ No newline at end of file +
-- cgit v1.2.3