{{- define "title" -}} {{- T "linkRedirection.title" -}} {{- if .Site.Params.with_site_title }} {{ .Site.Params.title_delimiter }} {{ .Site.Title }}{{- end -}} {{- end -}} {{- define "content" -}} {{- /* link redirection page script */ -}} {{- $fingerprint := .Site.Store.Get "fingerprint" -}} {{- $options := dict "targetPath" "js/pages/link.js" -}} {{- dict "Source" "js/pages/link.ts" "Build" $options "Fingerprint" $fingerprint "Defer" true | dict "Page" . "Data" | partial "store/script.html" -}} {{- end -}}