casper3 | new theme!

This commit is contained in:
Don Harper 2021-04-04 22:38:49 -05:00
parent afc968f2fd
commit 79bd0dfa77
27 changed files with 1989 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<aside class="read-next outer">
<div class="inner">
<div class="read-next-feed">
{{- partial "read-next.html" . -}}
{{ with .PrevInSection}}
{{- partial "post-card.html" (dict "context" . "index" 1) -}}
{{end}}
{{ with .NextInSection}}
{{- partial "post-card.html" (dict "context" . "index" 1) -}}
{{end}}
</div>
</div>
</aside>