From 9b176c48682ff541c08d3fb05eac294c9e107106 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 7 Jan 2023 23:20:31 -0800 Subject: [PATCH] Delete func-url.html --- layouts/partials/paige/func-url.html | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 layouts/partials/paige/func-url.html diff --git a/layouts/partials/paige/func-url.html b/layouts/partials/paige/func-url.html deleted file mode 100644 index 471b3478..00000000 --- a/layouts/partials/paige/func-url.html +++ /dev/null @@ -1,12 +0,0 @@ -{{ $url := . }} -{{ if eq $url (urls.Parse $url).Path }} - {{ with resources.Get (relLangURL $url) }} - {{ if ne .ResourceType "image" }} - {{ $url = $url | minify }} - {{ end }} - {{ $url = (. | fingerprint).RelPermalink }} - {{ else }} - {{ $url = relLangURL $url }} - {{ end }} -{{ end }} -{{ return $url }}