From 3add66dea1652e4d38489da1da8e9bc1696fc7e2 Mon Sep 17 00:00:00 2001 From: Levi Muniz Date: Fri, 31 May 2024 02:50:51 -0600 Subject: [PATCH] Update theme --- .gitignore | 3 ++- _config.yml | 4 +++- _includes/common_js.html | 26 -------------------------- _includes/links.html | 13 ------------- _includes/loader.html | 6 ------ _includes/meta.html | 19 +------------------ _includes/navbar.html | 28 ---------------------------- _includes/navbar_links.html | 11 +++++++++++ _includes/preconnect.html | 6 ------ _layouts/captcha.html | 14 ++++++++------ _layouts/default.html | 12 +++++++----- _layouts/home.html | 16 +++++++++------- _layouts/redirect-ext.html | 4 ---- _layouts/redirect-int.html | 4 ---- _layouts/redirect.html | 22 ---------------------- scripts/serve_local.bat | 9 +++++++-- scripts/serve_local.sh | 9 +++++++-- 17 files changed, 55 insertions(+), 151 deletions(-) delete mode 100644 _includes/common_js.html delete mode 100644 _includes/links.html delete mode 100644 _includes/loader.html delete mode 100644 _includes/navbar.html create mode 100644 _includes/navbar_links.html delete mode 100644 _includes/preconnect.html delete mode 100644 _layouts/redirect-ext.html delete mode 100644 _layouts/redirect-int.html delete mode 100644 _layouts/redirect.html diff --git a/.gitignore b/.gitignore index ec318fa..261dc7e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .jekyll-cache/ _site/ -vendor/ \ No newline at end of file +vendor/ +_vendor/ \ No newline at end of file diff --git a/_config.yml b/_config.yml index 842b13f..9841acd 100644 --- a/_config.yml +++ b/_config.yml @@ -35,7 +35,9 @@ defaults: values: sitemap: false -remote_theme: sebs-scholarship/Theme@2024-05-17-1 +remote_theme: sebs-scholarship/Theme@2024-05-31-1 + +analytics_id: G-DCKNB7HP7R exclude: - .github diff --git a/_includes/common_js.html b/_includes/common_js.html deleted file mode 100644 index 9f718e2..0000000 --- a/_includes/common_js.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - diff --git a/_includes/links.html b/_includes/links.html deleted file mode 100644 index 29bc4d8..0000000 --- a/_includes/links.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/_includes/loader.html b/_includes/loader.html deleted file mode 100644 index ad90786..0000000 --- a/_includes/loader.html +++ /dev/null @@ -1,6 +0,0 @@ -
- - - - -
\ No newline at end of file diff --git a/_includes/meta.html b/_includes/meta.html index 69da791..e5dea53 100644 --- a/_includes/meta.html +++ b/_includes/meta.html @@ -1,20 +1,3 @@ - - -{% if page.title %} -{{ page.title }} - {{ site.title }} - - - -{% else %} -{{ site.title }} - - - -{% endif %} - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/_includes/navbar.html b/_includes/navbar.html deleted file mode 100644 index 48d60fb..0000000 --- a/_includes/navbar.html +++ /dev/null @@ -1,28 +0,0 @@ -{% assign prefix = "/" %} -{% unless page.title %} -{% assign prefix = "" %} -{% endunless %} -{% if page.title %} -