Fix disqus links

This commit is contained in:
Dave Gallant
2021-09-05 23:54:56 -04:00
parent 51189de047
commit 75f9797c91
7 changed files with 8 additions and 50 deletions

View File

@@ -10,7 +10,7 @@
{{ range (where .Data.Pages "Section" "!=" "") }}
<li>
<span class="date">{{ .Date.Format "2006/01/02" }}</span>
<a href="{{ .URL }}">{{ .Title }}</a>
<a href="{{ .Permalink }}">{{ .Title }}</a>
</li>
{{ end }}
</ul>