Skip to content

Commit 9a5d12c

Browse files
martysteerclaude
andcommitted
fix(nav): correct archive page reference from archives.md to archive.md
- Change GetPage from /archives.md to /archive.md (singular) - Update fallback URL from /archives/ to /archive/ - Fixes navigation to resolve to correct /archive/ URL Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent efbea9d commit 9a5d12c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • layouts/partials/themes/nebula2026

layouts/partials/themes/nebula2026/nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@
124124

125125
{{- else -}}
126126
{{- /* TOC, Issue Home, Site-Level Pages: issue-to-issue navigation */ -}}
127-
{{- $archives := site.GetPage "/archives.md" -}}
127+
{{- $archives := site.GetPage "/archive.md" -}}
128128
{{- $archivesUrl := "" -}}
129129
{{- if $archives -}}
130130
{{- $archivesUrl = $archives.RelPermalink -}}
131131
{{- else -}}
132-
{{- $archivesUrl = "/archives/" -}}
132+
{{- $archivesUrl = "/archive/" -}}
133133
{{- end -}}
134134

135135
{{- if $section -}}

0 commit comments

Comments
 (0)