From daeebbf56060a1bff2000603070957ca3634d928 Mon Sep 17 00:00:00 2001 From: Luca Berton Date: Tue, 30 May 2017 03:40:04 +0200 Subject: [PATCH] Fix for project without images (if conditioned whole div block) (#8) Great. Thank you! --- layouts/partials/projects.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/layouts/partials/projects.html b/layouts/partials/projects.html index 7164229..6c8fd0a 100644 --- a/layouts/partials/projects.html +++ b/layouts/partials/projects.html @@ -4,25 +4,31 @@
+ {{ if .Site.Params.project1img }} + {{ end }}
+ {{ if .Site.Params.project2img }} + {{ end }}
+ {{ if .Site.Params.project3img }} + {{ end }}
@@ -30,4 +36,4 @@
-
\ No newline at end of file +