From fbce9c05509d1595783e87a74ec484a36a92bbcf Mon Sep 17 00:00:00 2001 From: "Uwe Jandt (DESY)" <uwe.jandt@desy.de> Date: Thu, 3 Dec 2020 18:39:58 +0100 Subject: [PATCH] Revert "bugfix nav.yml" This reverts commit f512858c4bc9b9909fcf4128e2e796980f701cb7. --- .gitmodules | 12 ++++++++++++ _data/navigation.yml | 2 +- assets/vendor/Font-Awesome | 1 + assets/vendor/MathJax | 1 + assets/vendor/bootstrap | 1 + assets/vendor/jquery | 1 + 6 files changed, 17 insertions(+), 1 deletion(-) create mode 160000 assets/vendor/Font-Awesome create mode 160000 assets/vendor/MathJax create mode 160000 assets/vendor/bootstrap create mode 160000 assets/vendor/jquery diff --git a/.gitmodules b/.gitmodules index e69de29bb..ffe38aa89 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "assets/vendor/Font-Awesome"] + path = assets/vendor/Font-Awesome + url = https://github.com/FortAwesome/Font-Awesome.git +[submodule "assets/vendor/bootstrap"] + path = assets/vendor/bootstrap + url = https://github.com/twbs/bootstrap.git +[submodule "assets/vendor/MathJax"] + path = assets/vendor/MathJax + url = https://github.com/mathjax/MathJax.git +[submodule "assets/vendor/jquery"] + path = assets/vendor/jquery + url = https://github.com/jquery/jquery.git diff --git a/_data/navigation.yml b/_data/navigation.yml index 7166d2b28..5b44669dc 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -15,7 +15,7 @@ header: url: "news/" - title: "Events + Courses" - url: "events" + url: "events/" - title: Guidelines url: "guidelines/" diff --git a/assets/vendor/Font-Awesome b/assets/vendor/Font-Awesome new file mode 160000 index 000000000..1147d199a --- /dev/null +++ b/assets/vendor/Font-Awesome @@ -0,0 +1 @@ +Subproject commit 1147d199a35293b391152ee85e2d30988439157f diff --git a/assets/vendor/MathJax b/assets/vendor/MathJax new file mode 160000 index 000000000..72aba4aaf --- /dev/null +++ b/assets/vendor/MathJax @@ -0,0 +1 @@ +Subproject commit 72aba4aafd2ebfb1bda3c9445c69f4b2e7956b84 diff --git a/assets/vendor/bootstrap b/assets/vendor/bootstrap new file mode 160000 index 000000000..7a6da5e3e --- /dev/null +++ b/assets/vendor/bootstrap @@ -0,0 +1 @@ +Subproject commit 7a6da5e3e7ad7c749dde806546a35d4d4259d965 diff --git a/assets/vendor/jquery b/assets/vendor/jquery new file mode 160000 index 000000000..e1cffdef2 --- /dev/null +++ b/assets/vendor/jquery @@ -0,0 +1 @@ +Subproject commit e1cffdef277fcf543833a20d28cbadcd000ebece -- GitLab