mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-09 10:02:28 +00:00
Fix disqus links
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user