Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Linux.Community Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Linux.Chat
Linux.Community
Linux.Community Website
Commits
c24abdbf
Commit
c24abdbf
authored
2 years ago
by
Nigel Kukard
Browse files
Options
Downloads
Patches
Plain Diff
Add javascript redirect to en/
parent
17f7498d
No related branches found
No related tags found
1 merge request
!11
Add javascript redirect to en/
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
_includes/header.html
+1
-1
1 addition, 1 deletion
_includes/header.html
index.root.html
+9
-0
9 additions, 0 deletions
index.root.html
with
11 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
c24abdbf
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
_includes/header.html
+
1
−
1
View file @
c24abdbf
<!DOCTYPE html>
<html
lang=
"en"
>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
...
...
This diff is collapsed.
Click to expand it.
index.root.html
0 → 100644
+
9
−
0
View file @
c24abdbf
<!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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment