1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02: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

View File

@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ . }}</title>
<link rel="canonical" href="{{ . }}">
<meta name="robots" content="noindex">
<meta http-equiv="refresh" content="0; url={{ . }}">
</head>
</html>