Fixed links

This commit is contained in:
Brandon Rozek 2023-09-26 17:45:18 -04:00
parent e437fcdd1a
commit 54c0d9988f
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{{ define "main"}}
{{ .Scratch.Set "customTitleHeaderSet" true }}
{{ .Scratch.Set "customTitleHeader" "Blog" }}
{{ .Scratch.Set "customTitleHeaderLink" "/blog" }}
{{ .Scratch.Set "customTitleHeaderLink" "/blog/" }}
{{ partial "header.html" . }}
<main>
<article class="h-entry">

View file

@ -1,7 +1,7 @@
{{ define "main"}}
{{ .Scratch.Set "customTitleHeaderSet" true }}
{{ .Scratch.Set "customTitleHeader" "Blog" }}
{{ .Scratch.Set "customTitleHeaderLink" "/blog" }}
{{ .Scratch.Set "customTitleHeaderLink" "/blog/" }}
{{ partial "header.html" . }}
<main>
<article class="h-entry">