Mass rename/move to get rid of Haskell stuff

This commit is contained in:
Chris Hodapp
2020-04-11 22:25:33 -04:00
parent 9bd5a8ff13
commit 0aabd0267d
412 changed files with 36 additions and 10590 deletions

View 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 &rarr;</a></p>
{{ end }}
</article>