17 lines
No EOL
448 B
HTML
17 lines
No EOL
448 B
HTML
|
|
<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> |