mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
fix: change / to use base url
This commit is contained in:
parent
81af8c459b
commit
8b2a82a96a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<p>Made by {{ $.Site.Data.config.name }} using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © {{ dateFormat "2006" now }}</p>
|
||||
<ul>
|
||||
{{ if not .IsHome }}
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="{{ $.Site.BaseURL}}">Home</a></li>
|
||||
{{end}}
|
||||
{{- range $.Site.Data.config.links -}}
|
||||
<li><a href="{{.link}}">{{.link_name}}</a></li>
|
||||
|
|
Loading…
Reference in a new issue