diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-28 03:01:45 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-28 03:04:59 -0400 |
| commit | 185fccd88df071800f225b8196a59b048c2ea2cf (patch) | |
| tree | 52485bd3203b44e07ab4526d575def3d4d8d1452 /Attic/alias.html | |
| parent | beffdd80ee9c810b9dda04f1c0fa348b1716a1b1 (diff) | |
fix(google): fixed links for google
added page aliases, and removed links where needed
Diffstat (limited to 'Attic/alias.html')
| -rw-r--r-- | Attic/alias.html | 15 |
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 |
