Skip to content
Permalink
Browse files
.URL has been deprecated in a recent version of Hugo
  • Loading branch information
yihui committed Apr 18, 2019
1 parent 985e481 commit d7e19b268c311759dc7edae9916774521ef1b2f8
Showing 1 changed file with 1 addition and 1 deletion.
@@ -10,7 +10,7 @@ <h1>{{ .Title | markdownify }}</h1>
{{ range (where .Data.Pages "Section" "!=" "") }}
<li>
<span class="date">{{ .Date.Format "2006/01/02" }}</span>
<a href="{{ .URL }}">{{ .Title | markdownify }}</a>
<a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a>
</li>
{{ end }}
</ul>

0 comments on commit d7e19b2

Please sign in to comment.