Mass rename/move to get rid of Haskell stuff
This commit is contained in:
18
themes/indigo/layouts/_default/li.html
Normal file
18
themes/indigo/layouts/_default/li.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<article>
|
||||
<header>
|
||||
{{ if .Title }}
|
||||
<h2 class="list-title"><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
|
||||
{{ end }}
|
||||
<p class="list-post-date">
|
||||
<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}">
|
||||
{{ .PublishDate.Format "2 January, 2006 at 15:04 MST" }}
|
||||
</time>
|
||||
</p>
|
||||
</header>
|
||||
<div>
|
||||
{{ .Summary | plainify | safeHTML }}
|
||||
</div>
|
||||
{{ if .Truncated }}
|
||||
<p><a class="read-more" href="{{ .Permalink }}">Read more →</a></p>
|
||||
{{ end }}
|
||||
</article>
|
||||
Reference in New Issue
Block a user