diff --git a/assets/scss/layouts/_sidebar.scss b/assets/scss/layouts/_sidebar.scss
index 2a48a5f..88959bf 100644
--- a/assets/scss/layouts/_sidebar.scss
+++ b/assets/scss/layouts/_sidebar.scss
@@ -92,6 +92,12 @@ a.docs-link {
color: $link-color;
}
+.nav-link.active,
+.dropdown-menu-main .dropdown-item.active,
+.docs-link.active {
+ font-weight: 500;
+}
+
.docs-links h3.sidebar-link,
.page-links h3.sidebar-link {
text-transform: none;
diff --git a/config/_default/params.toml b/config/_default/params.toml
index b7451a0..9b1bd85 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -54,7 +54,7 @@ lqipWidth = "20x"
smallLimit = "300"
# Footer
-footer = "Powered by Netlify, Hugo, and Doks"
+footer = "Powered by Netlify, Hugo, and Doks"
# Feed
copyRight = "Copyright (c) 2020-2021 Henk Verlinde"
diff --git a/layouts/partials/head/resource-hints.html b/layouts/partials/head/resource-hints.html
index 3baa711..73bccd9 100644
--- a/layouts/partials/head/resource-hints.html
+++ b/layouts/partials/head/resource-hints.html
@@ -1,4 +1,5 @@
+
{{ if .Site.Params.options.kaTex -}}