From b679c6c2e28621ca6810bcdd14ef7a5db0236a6b Mon Sep 17 00:00:00 2001 From: JJ Date: Fri, 21 Mar 2025 13:45:32 +0000 Subject: chess page --- layouts/partials/footer.html | 5 ++++- layouts/partials/nav.html | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'layouts/partials') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 861b2cc..613a73a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1 +1,4 @@ -

Find me here: git

+

+ Find me here: git + pypi +

diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index be5539c..f9abda2 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -1,9 +1,9 @@ -{{ with .Site.GetPage "/blog" }} +{{ with .Site.GetPage "blog" }} blog {{ end }} -{{ with .Site.GetPage "/snippets" }} +{{ with .Site.GetPage "snippets" }} snippets {{ end }} -{{ with .Site.GetPage "/projects" }} +{{ with .Site.GetPage "projects" }} projects {{ end }} \ No newline at end of file -- cgit v1.2.3