1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-26 17:47:35 +00:00
GoBlog/templates/redirect.gohtml

7 lines
249 B
Plaintext
Raw Normal View History

2020-07-31 13:48:01 +00:00
<!doctype html>
<html lang={{ blog.Lang }}>
<meta charset="utf-8"/>
<meta name="robots" content="noindex">
<title>{{ .Permalink }}</title>
<link rel="canonical" href="{{ .Permalink }}"/>
<meta http-equiv="refresh" content="0; url={{ .Permalink }}"/>