nicely render project links on section page
This commit is contained in:
parent
323b9e2e3c
commit
4374c7f280
8 changed files with 56 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{{ define "main" }}
|
||||
<h2>{{ .Title }}</h2>
|
||||
<header id="links">
|
||||
<nav>
|
||||
<ul>
|
||||
{{ range .Page.Params.links -}}
|
||||
|
|
@ -9,6 +10,7 @@
|
|||
{{- end }}
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue