Fix more links

This commit is contained in:
Finn 2021-02-02 15:14:54 -08:00
parent 09c64a6827
commit efc76acd24
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
{{ .Hugo.Generator }}
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
</head>
<body>

View file

@ -1,6 +1,5 @@
{{ define "main" }}
<ul>
{{ range .Pages }}<li><a href="{{ .URL }}">{{ .Title }}</a></li>
{{ range .Pages }}<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
{{ end }}
{{ end }}