website/layouts/case-studies/single.html

8 lines
155 B
HTML
Raw Normal View History

{{ define "main" }}
{{ with .Params.content_url }}
<meta http-equiv="refresh" content="0; URL='{{ . }}'" />
{{ else }}
{{ .Content }}
{{ end }}
{{ end }}