summaryrefslogtreecommitdiffstats
path: root/Attic/alias.html
diff options
context:
space:
mode:
Diffstat (limited to 'Attic/alias.html')
-rw-r--r--Attic/alias.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/Attic/alias.html b/Attic/alias.html
new file mode 100644
index 0000000..d220f68
--- /dev/null
+++ b/Attic/alias.html
@@ -0,0 +1,15 @@
+{{- $url := .Permalink -}}
+{{- $match := findRE "[A-Z]" $url -}}
+{{ if $match -}}
+ {{- $lower_url := $url | lower -}}
+ <!DOCTYPE html>
+ <html lang={{ site.LanguageCode }} >
+ <head>
+ <title>Page Redirection {{ .Permalink | relLangURL }}</title>
+ <link rel="canonical" href="{{ .Permalink | relLangURL }}" />
+ <meta charset="utf-8" />
+ <meta name="robots" content="noindex">
+ <meta http-equiv="refresh" content="0; url={{ $lower_url }}">
+ </head>
+ </html>
+{{ end -}} \ No newline at end of file