Skip to content

Commit 11c16fc

Browse files
committed
fix: remove post nav links where not needed
1 parent 2e50f34 commit 11c16fc

5 files changed

Lines changed: 5 additions & 3 deletions

File tree

content/about/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ cover:
44
image: about.jpg
55
alt: Me with a self baked bread
66
showReadingTime: false
7+
showPostNavLinks: false
78
---
89

910
👋 Hi there!

content/projects/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: "Projects"
33
description: A list of some of my projects, past and present
44
params:
55
showReadingTime: false
6+
showPostNavLinks: false
67
---

layouts/partials/extend_footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
});
1414
</script>
1515

16-
<a rel="me" href="https://chaos.social/@fnordsel" style="display: none">Mastodon</a>
16+
<a rel="me" href="https://chaos.social/@fnordsel" style="display: none">Mastodon Alt</a>

themes/hugo-notice

0 commit comments

Comments
 (0)