Skip to content
Snippets Groups Projects
Commit b17062c2 authored by Uwe Jandt (DESY, HIFIS)'s avatar Uwe Jandt (DESY, HIFIS)
Browse files

Merge branch 'fix-multilingual-path-error' into 'master'

Fix language selector issue for files starting with de

See merge request hifis/hifis.net!126
parents 144bd47d 3cad5cab
No related branches found
No related tags found
2 merge requests!126Fix language selector issue for files starting with de,!125Deep link checker try 2
......@@ -10,6 +10,6 @@ gem 'jekyll-feed', '~> 0.15.1'
gem "jekyll-sitemap", "~> 1.4"
group :test do
gem 'html-proofer', '~> 3.17.2'
gem 'html-proofer', '~> 3.17.3'
gem 'yaml-lint', '~>0.0.7'
end
......@@ -13,7 +13,7 @@ GEM
eventmachine (1.2.7)
ffi (1.13.1)
forwardable-extended (2.6.0)
html-proofer (3.17.2)
html-proofer (3.17.3)
addressable (~> 2.3)
mercenary (~> 0.3)
nokogumbo (~> 2.0)
......@@ -62,7 +62,7 @@ GEM
mini_portile2 (2.4.0)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogumbo (2.0.3)
nokogumbo (2.0.4)
nokogiri (~> 1.8, >= 1.8.4)
parallel (1.20.1)
pathutil (0.16.2)
......@@ -89,7 +89,7 @@ PLATFORMS
ruby
DEPENDENCIES
html-proofer (~> 3.17.2)
html-proofer (~> 3.17.3)
jekyll (~> 4.1.1)
jekyll-feed (~> 0.15.1)
jekyll-paginate (~> 1.1.0)
......
......@@ -49,7 +49,7 @@ defaults:
lang: "en"
-
scope:
path: "de"
path: "de/"
values:
lang: "de"
hidden: true
......
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