mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
d95d30029f
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
11 lines
356 B
HTML
11 lines
356 B
HTML
<!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>
|