more taxonomy changes + separate header
too eepy to write a proper commit message
This commit is contained in:
parent
90a58c28c6
commit
e46e36412d
7 changed files with 28 additions and 11 deletions
10
layouts/partials/categories.html
Normal file
10
layouts/partials/categories.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<div class="categories">
|
||||
{{ with .GetTerms "page_status" }}
|
||||
<p>{{ (site.GetPage "page_status").LinkTitle }}:</p>
|
||||
<ul>
|
||||
{{ range . }}
|
||||
<li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
</div>
|
4
layouts/partials/header.html
Normal file
4
layouts/partials/header.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<nav>
|
||||
<a href="/">home</a>
|
||||
<a href="..">go up</a>
|
||||
</nav>
|
Loading…
Add table
Add a link
Reference in a new issue