From 6eb759d2bdd211b5922311b41052b1b2ef704b95 Mon Sep 17 00:00:00 2001 From: digitalfrost Date: Tue, 16 Aug 2022 10:40:30 +0200 Subject: [PATCH 1/2] Add meta redirect to rails-i18n github page Fixes https://github.com/svenfuchs/rails-i18n/issues/672 --- _includes/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/head.html b/_includes/head.html index 92e2d2a..5c71051 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,4 +1,5 @@ + From 51205514eabcc3c5735c7c0ebc0a931aaddce49d Mon Sep 17 00:00:00 2001 From: digitalfrost Date: Tue, 16 Aug 2022 10:49:13 +0200 Subject: [PATCH 2/2] Document meta refresh redirect --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 041c8b2..1766367 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +** This site uses a [meta refresh redirect](https://developers.google.com/search/docs/advanced/crawling/301-redirects#metarefresh) to redirect to the project's github [page](https://github.com/svenfuchs/rails-i18n)** + # rails-i18n.org This is a community resource for Rails developers working on I18n.