site

personal website, served at mordaunt.dev/site
Log | Files | Refs

li.html (214B)


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