2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Move redirect layout into partial

This commit is contained in:
Tiger Oakes
2020-09-05 22:29:59 -07:00
committed by XhmikosR
parent ff405475a2
commit 933b6510ca
3 changed files with 13 additions and 22 deletions
+1 -11
View File
@@ -1,11 +1 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Permalink }}</title>
<link rel="canonical" href="{{ .Permalink }}">
<meta name="robots" content="noindex">
<meta http-equiv="refresh" content="0; url={{ .Permalink }}">
</head>
</html>
{{ partial "redirect" .Permalink }}