Files
cocoa-eh-hugo-theme/layouts/partials/li.html
remeh 07da40c3cf layouts: access DateForm and DateFormFull param as string.
This fix the usage of this theme with Hugo 0.18-dev
2016-11-07 19:09:51 +01:00

5 lines
164 B
HTML

<li class="post-item">
<span class="meta">{{ .Date.Format (.Site.Param "DateForm") }}</span>
<a href="{{ .Permalink }}"><span>{{ .Title }}</span></a>
</li>