diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html index b83708c..7f6c618 100644 --- a/layouts/_default/summary.html +++ b/layouts/_default/summary.html @@ -15,15 +15,15 @@ {{ if $params.featured_image }}
- {{ with (print "/images/" $params.featured_image) }} + {{ with (print "images/" $params.featured_image) }} {{ print $params.featured_image }} {{ end }}
{{ else if $params.featured_video }} - {{ with (print "/videos/poster/" $params.featured_video_poster) }} + {{ with (print "videos/poster/" $params.featured_video_poster) }}
-
-{{ $photoSwipe := resources.Get `js/photoswipe.min.js` | fingerprint }} - -{{ $photoSwipeUi := resources.Get `js/photoswipe-ui-default.min.js` | fingerprint }} - -{{ $photoSwipeStyle := resources.Get "css/photoswipe/photoswipe.css" }} - -{{ $photoSwipeSkin := resources.Get "css/photoswipe/custom-skin.css" }} - +{{ $photoSwipe := resources.Get `js/photoswipe.min.js` | resources.Fingerprint }} + +{{ $photoSwipeUi := resources.Get `js/photoswipe-ui-default.min.js` | resources.Fingerprint }} + +{{ $photoSwipeStyle := resources.Get "css/photoswipe/photoswipe.css" | resources.Fingerprint }} + +{{ $photoSwipeSkin := resources.Get "css/photoswipe/custom-skin.css" | resources.Fingerprint }} + - +{{ $toc := resources.Get `js/jquery.toc.min.js` | resources.Fingerprint }} + -