From 163965f3e6d3f4314d9d8560736da2c28a82c991 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Tue, 2 Nov 2021 01:08:46 -0500 Subject: [PATCH] Don't SHA512 media --- layouts/partials/figure.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/figure.html b/layouts/partials/figure.html index 8e04af5..f9cdfc1 100644 --- a/layouts/partials/figure.html +++ b/layouts/partials/figure.html @@ -7,7 +7,7 @@ {{ end }} {{ with index . "src" }} - {{ $media := . | resources.Fingerprint "sha512" }} + {{ $media := . }} {{ if eq .MediaType.MainType "image" }} {{ $media.Title }} {{ else if eq .MediaType.MainType "video" }}