From 84927b9665a168b582dabf9bd92ff25bf5da5949 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 8 Dec 2015 09:30:13 +0100 Subject: [PATCH] [enh] uses helper class to copy images to build dir --- templates/sections/full-picture.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/sections/full-picture.html b/templates/sections/full-picture.html index 64abc39..ea2dd6d 100644 --- a/templates/sections/full-picture.html +++ b/templates/sections/full-picture.html @@ -1,3 +1,4 @@ +{{ helpers.copy_image(section.image) }}