commit 1b1a6794130b12795147592f4af54fff71da9760
parent 0be4ec6d2dffd4bc4e051b42c504a648270f6ac5
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Thu,  3 Sep 2020 21:09:40 +0200

Move redirects to static folder

Diffstat:
Dcontent/composer.md | 4----
Dlayouts/redirect/single.html | 1-
Astatic/composer/index.html | 1+
3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/content/composer.md b/content/composer.md @@ -1,4 +0,0 @@ ---- -canonical: "/projects/composer/composer.html" -type: redirect ---- diff --git a/layouts/redirect/single.html b/layouts/redirect/single.html @@ -1 +0,0 @@ -<!DOCTYPE html><html><head><meta http-equiv="refresh" content="0; url='{{ .Params.canonical }}'"/><link rel="canonical" href="{{ .Params.canonical }}"/></head><body><p>This page has been moved to <a href="{{ .Params.canonical }}">{{ .Params.canonical }}</a>.</p></body></html> diff --git a/static/composer/index.html b/static/composer/index.html @@ -0,0 +1 @@ +<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="refresh" content="0; url='/projects/composer/composer.html'"/><link rel="canonical" href="/projects/composer/composer.html"/><meta name="robots" content="noindex"></head><body><p>This page has been moved to <a href="/projects/composer/composer.html">https://oscarbenedito.com/projects/composer/composer.html</a>.</p></body></html>