summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2025-03-30 16:16:26 -0400
committeranoduck <9925396+anoduck@users.noreply.github.com>2025-03-30 16:16:26 -0400
commit82fb62060fcc4fd81ff11f0e50cab279def6d8b2 (patch)
treeee93cd827430ad46746f71e1c3dd83c81a9bff84 /layouts
parent51949ad0f0c84b36382a370d202b8d6c0aac01d2 (diff)
docs: minor changes
minute and insignificant changes and renamings
Diffstat (limited to 'layouts')
-rw-r--r--layouts/alias.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/layouts/alias.html b/layouts/alias.html
deleted file mode 100644
index d220f68..0000000
--- a/layouts/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