mirror of https://github.com/luizdepra/hugo-coder.git

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