1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 21:24:26 +00:00
GoBlog/templates/redirect.gohtml
2020-10-12 18:47:23 +02:00

9 lines
283 B
Plaintext

{{ define "redirect" }}
<!doctype html>
<html lang={{ .Blog.Lang }}>
<meta charset="utf-8"/>
<meta name="robots" content="noindex">
<title>{{ .Data }}</title>
<link rel="canonical" href="{{ .Data }}"/>
<meta http-equiv="refresh" content="0; url={{ .Data }}"/>
{{ end }}