Revamp authors taxonomy

Fixes #43
This commit is contained in:
2021-11-22 01:36:29 -06:00
parent b745f87462
commit 8067173f0c
9 changed files with 76 additions and 18 deletions

View File

@ -0,0 +1,16 @@
<div class="post">
<h2 class="post-title">
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
{{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
</h2>
{{ partial "author-metadata.html" . }}
<div class="post-description">
{{ partial "description-or-summary.html" . }}
</div>
<div class="readmore">
<a href="{{ .Permalink }}">{{ i18n "read_more" }} &rarr;</a>
</div>
</div>