customize
This commit is contained in:
commit
eec942e2b4
682 changed files with 153415 additions and 0 deletions
11
site/layouts/partials/redirect.html
Normal file
11
site/layouts/partials/redirect.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue