Pull in my changes to pickles theme from my fork.

This commit is contained in:
2020-05-16 00:38:18 +00:00
parent 7fbcda8d2f
commit 8506c7dd45
7 changed files with 10 additions and 98 deletions

View File

@ -1,16 +0,0 @@
<article class="c-article p-list-article">
<header>
<h2 class="c-title c-article__title"><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
<p class="c-article__meta">
<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}">
{{ .Date.Format "2006-01-02" }}
</time>
</p>
</header>
<div class="c-article__summary">
{{ .Summary | plainify | safeHTML }}
</div>
{{ if .Truncated }}
<a href="{{ .Permalink }}" class="c-article__btn p-list-article__btn">Read more</a>
{{ end }}
</article>