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

Rabin Adhikari
02.18.2023 ac9ebbbf61eeb08f0a085a61e4e17ce08f8e4204
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>