diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 83acf28..db86585 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -10,7 +10,7 @@ {{ if .Params.asciinema }} - {{ with resources.Get "vendor/asciinema/asciinema-player.css" | resources.Minify | resources.Fingerprint }} + {{ with resources.Get "vendor/asciinema/asciinema-player.css" | minify | fingerprint }} {{ end }} {{ end }} @@ -21,7 +21,7 @@ {{- if .Site.Params.ThemeStyleSwitcher }} - {{ with resources.Get "js/theme-switcher.js" | resources.Minify | resources.Fingerprint }} + {{ with resources.Get "js/theme-switcher.js" | minify | fingerprint }} {{ end }} {{- end }} diff --git a/layouts/_shortcodes/asciinema.html b/layouts/_shortcodes/asciinema.html index ce7a487..1f0267a 100644 --- a/layouts/_shortcodes/asciinema.html +++ b/layouts/_shortcodes/asciinema.html @@ -1,5 +1,5 @@
-{{ with resources.Get "vendor/asciinema/asciinema-player.min.js" | resources.Fingerprint }} +{{ with resources.Get "vendor/asciinema/asciinema-player.min.js" | fingerprint }} {{ end }}