mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Fixed links
This commit is contained in:
parent
e437fcdd1a
commit
54c0d9988f
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
{{ define "main"}}
|
{{ define "main"}}
|
||||||
{{ .Scratch.Set "customTitleHeaderSet" true }}
|
{{ .Scratch.Set "customTitleHeaderSet" true }}
|
||||||
{{ .Scratch.Set "customTitleHeader" "Blog" }}
|
{{ .Scratch.Set "customTitleHeader" "Blog" }}
|
||||||
{{ .Scratch.Set "customTitleHeaderLink" "/blog" }}
|
{{ .Scratch.Set "customTitleHeaderLink" "/blog/" }}
|
||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
<main>
|
<main>
|
||||||
<article class="h-entry">
|
<article class="h-entry">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{{ define "main"}}
|
{{ define "main"}}
|
||||||
{{ .Scratch.Set "customTitleHeaderSet" true }}
|
{{ .Scratch.Set "customTitleHeaderSet" true }}
|
||||||
{{ .Scratch.Set "customTitleHeader" "Blog" }}
|
{{ .Scratch.Set "customTitleHeader" "Blog" }}
|
||||||
{{ .Scratch.Set "customTitleHeaderLink" "/blog" }}
|
{{ .Scratch.Set "customTitleHeaderLink" "/blog/" }}
|
||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
<main>
|
<main>
|
||||||
<article class="h-entry">
|
<article class="h-entry">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{{ define "main"}}
|
{{ define "main"}}
|
||||||
{{ .Scratch.Set "customTitleHeaderSet" true }}
|
{{ .Scratch.Set "customTitleHeaderSet" true }}
|
||||||
{{ .Scratch.Set "customTitleHeader" "Observations" }}
|
{{ .Scratch.Set "customTitleHeader" "Observations" }}
|
||||||
{{ .Scratch.Set "customTitleHeaderLink" "/observations" }}
|
{{ .Scratch.Set "customTitleHeaderLink" "/observations/" }}
|
||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
<main>
|
<main>
|
||||||
{{ with .Params }}
|
{{ with .Params }}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ .Scratch.Set "customTitleHeaderSet" true }}
|
{{ .Scratch.Set "customTitleHeaderSet" true }}
|
||||||
{{ .Scratch.Set "customTitleHeader" "Publications" }}
|
{{ .Scratch.Set "customTitleHeader" "Publications" }}
|
||||||
{{ .Scratch.Set "customTitleHeaderLink" "/publications" }}
|
{{ .Scratch.Set "customTitleHeaderLink" "/publications/" }}
|
||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
<main>
|
<main>
|
||||||
<article class="h-entry">
|
<article class="h-entry">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{{ define "main"}}
|
{{ define "main"}}
|
||||||
{{ .Scratch.Set "customTitleHeaderSet" true }}
|
{{ .Scratch.Set "customTitleHeaderSet" true }}
|
||||||
{{ .Scratch.Set "customTitleHeader" "Tracks" }}
|
{{ .Scratch.Set "customTitleHeader" "Tracks" }}
|
||||||
{{ .Scratch.Set "customTitleHeaderLink" "/tracks" }}
|
{{ .Scratch.Set "customTitleHeaderLink" "/tracks/" }}
|
||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
<main>
|
<main>
|
||||||
<article class="h-entry">
|
<article class="h-entry">
|
||||||
|
|
Loading…
Reference in a new issue