Configured the site a little
This commit is contained in:
parent
2411e64a53
commit
b465899f85
10 changed files with 121 additions and 20 deletions
|
|
@ -0,0 +1,7 @@
|
|||
<a href="{{ "" | relURL }}">Home</a>
|
||||
{{ range .Site.Menus.main }}
|
||||
<a href="{{ .URL }}">{{ .Name }}</a>
|
||||
{{ end }}
|
||||
{{ with .Site.GetPage "/posts" }}
|
||||
<a href="{{ "posts" | relURL }}">Posts</a>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue