From 863450f94db8f820dde24c48440fe1c4a1d9f529 Mon Sep 17 00:00:00 2001 From: Robert Ziehl Date: Wed, 30 Oct 2024 10:15:51 -0600 Subject: [PATCH] Fixed navbar active section highlighting --- _config.yml | 6 ++++-- articles.html | 18 ++++++++++-------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/_config.yml b/_config.yml index 7e37a36..72294ab 100644 --- a/_config.yml +++ b/_config.yml @@ -1,8 +1,10 @@ url: "https://robzed.com" -permalink: /articles/:title.html plugins: - jekyll-sitemap - jekyll-seo-tag collections: categories: - output: true \ No newline at end of file + output: true + posts: + output: true + permalink: /articles/:title.html \ No newline at end of file diff --git a/articles.html b/articles.html index 3d50ad9..b2e9e9b 100644 --- a/articles.html +++ b/articles.html @@ -2,12 +2,14 @@ layout: default title: Articles --- -

Articles

+
+

Articles

- \ No newline at end of file + +
\ No newline at end of file