{{- partial "head.html" (dict "Title" "redirecting...") -}}
{{ $redirectUrl := .Permalink }} {{ if hasPrefix .Permalink "/" }} {{ $redirectUrl = printf "%s" .Permalink | printf "%s%s" site.BaseURL | printf "%s" }} {{ end }}

Redirecting ...

Click here if nothing happens
{{- partial "footer.html" . -}}