summaryrefslogtreecommitdiffstats
path: root/Attic/alias.html
diff options
context:
space:
mode:
authorAnoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com>2025-04-28 07:14:03 +0000
committerGitHub <noreply@github.com>2025-04-28 07:14:03 +0000
commitbc94fe832374f392e37514c3ad890e59a5edb3a2 (patch)
tree9db3af302e9945bb9fd87394057554a01e54e54d /Attic/alias.html
parente1bed5865f8d9d83322c314665b55b43772564db (diff)
parent185fccd88df071800f225b8196a59b048c2ea2cf (diff)
Merge pull request #108 from anoduck/develop
fix(google): fixed links for google
Diffstat (limited to 'Attic/alias.html')
-rw-r--r--Attic/alias.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/Attic/alias.html b/Attic/alias.html
deleted file mode 100644
index d220f68..0000000
--- a/Attic/alias.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{{- $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