Skip to content
Snippets Groups Projects
Commit c24abdbf authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Add javascript redirect to en/

parent 17f7498d
No related branches found
No related tags found
1 merge request!11Add javascript redirect to en/
......@@ -13,6 +13,7 @@ test:
- gem install bundler
- bundle install
- bundle exec jekyll build --destination=build/
- cp index.root.html build/index.html
# Artifacts
artifacts:
expire_in: 1 day
......
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
......
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>window.location.replace("en/");</script>
</head>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment