Skip to content

Commit e67eeff

Browse files
committed
Make sure non-English language help redirects to the English version (for now).
1 parent ed4f311 commit e67eeff

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ author :
1414
name : Nicholas H.Tollervey
1515
github : mu-editor
1616
twitter : ntoll
17+
plugins:
18+
- jekyll-redirect-from
1719

1820
# The production_url is only used when full-domain names are needed
1921
# such as sitemap.txt

en/help/1.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
---
22
layout: default
33
title: Help for Mu 1.0.*
4+
redirect_from:
5+
- /de/help/1.0
6+
- /es/help/1.0
7+
- /fr/help/1.0
8+
- /ja/help/1.0
9+
- /pt/help/1.0
10+
- /zh/help/1.0
411
---
512

613
# Help for Mu 1.0

0 commit comments

Comments
 (0)