Fix more links
This commit is contained in:
parent
09c64a6827
commit
efc76acd24
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
{{ .Hugo.Generator }}
|
||||
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue