From da03bd27afb937e6ece87d8f208c211cacd8b780 Mon Sep 17 00:00:00 2001 From: John Hess Date: Tue, 30 Nov 2021 16:24:19 -0600 Subject: [PATCH] build each language plus a default; update header to explicitly specify language when clicking english --- .gitlab-ci.yml | 1 + _includes/header.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 684bbce..6381994 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,7 @@ pages: script: - cp _data/en/home.yml _data/home.yml - bundle exec jekyll build -d public + - bundle exec jekyll build -d public/en - cp _data/es/home.yml _data/home.yml - bundle exec jekyll build -d public/es artifacts: diff --git a/_includes/header.html b/_includes/header.html index 83fbdc7..f364c2e 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -11,7 +11,7 @@