Back to Caddyserver

Head

src/includes/head.html

latest200 B
Original Source

{{define "cacheBust" -}} {{- if fileExists "/.commit-hash" -}} {{- $commitHash := (include "/.commit-hash") -}} {{- trim (printf "?v=%v" $commitHash) -}} {{- end -}} {{- end}} {{define "head"}}{{end}}