From eb41128a39cdbdbe3f241c5c7c9c8ab800ffb2f4 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Fri, 10 Mar 2017 21:39:15 +0100 Subject: [PATCH] Add lazy loading to showcase Fixes rdwatters/hugo-docs-concept#7 --- layouts/section/showcase.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/layouts/section/showcase.html b/layouts/section/showcase.html index e4da150de..99a833e95 100644 --- a/layouts/section/showcase.html +++ b/layouts/section/showcase.html @@ -12,7 +12,7 @@
  • @@ -39,4 +39,9 @@ {{- end -}} -{{end}} \ No newline at end of file +{{end}} + +{{ define "addscripts" }} + + +{{ end }} \ No newline at end of file