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

Simon Hollingshead
09.27.2022 15369b056ef463925af229f53bd5c0dc84602065
1
2
3
4
<li>
  <span class="date">{{ .Date | time.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</span>
  <a class="title" href="{{ .Params.externalLink | default .RelPermalink }}">{{ .Title }}</a>
</li>