Fix bad archive link in header
This commit is contained in:
parent
decd168757
commit
e97f173f83
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
<div class="links">
|
||||
<a href="{{ .Site.BaseURL }}">Home</a>
|
||||
{{ range first 1 (where .Site.Pages "Type" "post") }}
|
||||
<a href="{{ .Site.BaseURL }}post/">Archive</a>
|
||||
<a href="{{ .Site.BaseURL }}/post/">Archive</a>
|
||||
{{ end }}
|
||||
{{ range where .Site.Pages "Type" "!=" "post" }}
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
|
|
Loading…
Reference in a new issue