Compare commits
No commits in common. "4156423dd3954539caf3b62d11204cbc81941a47" and "579062908c43c3d3c7326462486e29f0f19602d8" have entirely different histories.
4156423dd3
...
579062908c
2 changed files with 2 additions and 3 deletions
|
@ -3,8 +3,7 @@ author: "Gregory Trolliet"
|
|||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
description: ""
|
||||
images: [""]
|
||||
categories: [""]
|
||||
categories: ["",""]
|
||||
tags: ["",""]
|
||||
draft: true
|
||||
---
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<ul id="navigation-list">
|
||||
{{ range .Site.Home.Pages }}
|
||||
<li class="navigation-item">
|
||||
<a href="{{ .RelPermalink }}">{{ .Name }}</a>
|
||||
<a href="{{ .Permalink }}">{{ .Name }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue