1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 03:21:16 -04:00

syntax oopsies

This commit is contained in:
2019-03-31 13:29:52 -04:00
parent 0c0577cfd4
commit deb6483ccf
4 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
{{ range .Pages }}
<li class="item">
<div class="date">{{ .Date.Format "Jan 2" }}</div>
<div class="title"><a href="{{ .Permalink }}">{{ .Title }}</a>
<div class="title"><a href="{{ .Permalink }}">{{ .Title }}</a></div>
</li>
{{ end }}
</ul>