gmgsite/themes/hugo-casper3/layouts/partials/post-navigation.html

22 lines
630 B
HTML

<aside class="read-next outer">
<div class="inner">
<header class="read-next-section-header">
<h3><span>More in</span> <a href="{{ .CurrentSection.Permalink }}">{{ .Section }}</a></h3>
</header>
<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>