Do not only use ugly URLs; have support for relative or ugly
This commit is contained in:
parent
ddcf6a28d0
commit
b781218f4e
4 changed files with 16 additions and 17 deletions
layouts/_default
|
@ -5,7 +5,7 @@
|
|||
<h2>{{ .Key }}</h2>
|
||||
{{ range .Pages }}
|
||||
<h3>
|
||||
<a href="{{ .Permalink }}">
|
||||
<a href="{{ .RelPermalink }}">
|
||||
{{ .Title }} {{ if .GetParam "draft" }}DRAFT{{ end }}
|
||||
</a>
|
||||
</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue