From 63469b8532a4fa46da14dc8a4d07c248f69d3971 Mon Sep 17 00:00:00 2001 From: wileybaba Date: Fri, 2 Nov 2018 11:39:41 -0600 Subject: lightbox script fix, footer dot fix --- layouts/_default/baseof.html | 2 ++ layouts/portfolio/list.html | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4ad0190..1f7ecb0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -63,6 +63,8 @@ } }); +{{ block "lightbox" . }}{{ end }} + {{ if .Site.Params.highlightjs }} diff --git a/layouts/portfolio/list.html b/layouts/portfolio/list.html index 77decb3..9b5c575 100644 --- a/layouts/portfolio/list.html +++ b/layouts/portfolio/list.html @@ -15,6 +15,10 @@ + {{ partial "footer" . }} +{{ end }} + +{{ define "lightbox" }} - - {{ partial "footer" }} -{{ end }} +{{ define "lightbox" }} -- cgit v1.2.3