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

Salvatore Giordano
17.50.2019 7528f5bf5e71d32db26a629887799b0c98a7333b
layouts/posts/li.html
@@ -1,4 +1,4 @@
<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>