Delete func-url.html

This commit is contained in:
Will Faught
2023-01-07 23:20:31 -08:00
parent 2eaff2e0fa
commit 9b176c4868

View File

@@ -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 }}