{{- partial "head.html" (dict "Title" "redirecting...") -}}
{{ partial "logo.html" (dict "ctx" . "mobile" true) }}
{{ $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" . -}}