diff options
author | JJ <nicetry@noemail.com> | 2025-03-21 13:45:32 +0000 |
---|---|---|
committer | JJ <nicetry@noemail.com> | 2025-03-21 13:45:32 +0000 |
commit | b679c6c2e28621ca6810bcdd14ef7a5db0236a6b (patch) | |
tree | 8ca164f4804ee1e8fb1ea106f4c1a45e5f094d7e /layouts/partials | |
parent | fa8ad82036fc8964f19dd38a9a2ef5acb1970f17 (diff) |
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/footer.html | 5 | ||||
-rw-r--r-- | layouts/partials/nav.html | 6 |
2 files changed, 7 insertions, 4 deletions
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 @@ -<p>Find me here: <a href="https://git.jezl.xyz">git</a></p> +<p> + Find me here: <a href="https://git.jezl.xyz">git</a> + <a href="https://pypi.org/user/Jezl/">pypi</a> +</p> 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" }} <a href="{{ "blog" | relURL }}">blog</a> {{ end }} -{{ with .Site.GetPage "/snippets" }} +{{ with .Site.GetPage "snippets" }} <a href="{{ "snippets" | relURL }}">snippets</a> {{ end }} -{{ with .Site.GetPage "/projects" }} +{{ with .Site.GetPage "projects" }} <a href="{{ "projects" | relURL }}">projects</a> {{ end }}
\ No newline at end of file |