layouts/partials/list.html
@@ -12,7 +12,7 @@ {{ range .Paginator.Pages }} <li> <span class="date">{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</span> <a class="title" href="{{ .Params.ExternalLink | default .RelPermalink }}">{{ .Title }}</a> <a class="title" href="{{ .Params.externalLink | default .RelPermalink }}">{{ .Title }}</a> </li> {{ end }} </ul>