From c3e85754a3b7605f1f78f3622ad01450ed11509c Mon Sep 17 00:00:00 2001 From: zzossig Date: Tue, 5 Nov 2019 17:51:53 +0900 Subject: [PATCH] re --- layouts/_default/summary.html | 8 ++++---- layouts/gallery/single.html | 4 ++-- layouts/partials/body/perfectscrollbar.html | 8 ++++---- layouts/partials/body/photoswipe.html | 18 +++++++++--------- layouts/partials/sidebar/sidebar-single.html | 6 +++--- layouts/partials/sidebar/site-mark.html | 2 +- layouts/partials/sidebar/site-search.html | 2 +- 7 files changed, 24 insertions(+), 24 deletions(-) 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 }} + -