From bade8e9aae237546f93d7a5ba4f277233621b4b2 Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Tue, 8 Aug 2023 17:17:18 -0600 Subject: [PATCH] Update conf.py with blog link --- site/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/site/conf.py b/site/conf.py index 5d775fc..668033d 100644 --- a/site/conf.py +++ b/site/conf.py @@ -102,6 +102,7 @@ {"name": "Cookbooks", "url": "https://cookbooks.projectpythia.org/"}, {"name": "Resources", "url": "https://projectpythia.org/resource-gallery.html"}, {"name": "Community", "url": "https://projectpythia.org/#join-us"}, + {"name": "Blog", "url": "https://projectpythia.org/blog.html"}, ], "page_layouts": { "index": "page-standalone.html",