2024-05-20 00:27:25 -07:00
|
|
|
<div class="{{ .direction }} wrapper">
|
2024-06-26 19:48:55 -07:00
|
|
|
<a href="{{ .page.RelPermalink }}">
|
2024-05-20 00:27:25 -07:00
|
|
|
{{ if eq .direction "previous" }}{{ partial "icon.html" "chevrons-left" }}{{ end }}
|
|
|
|
|
<div class="title-subtitle">
|
|
|
|
|
{{ title .direction }} in Series
|
2026-05-18 21:15:19 -07:00
|
|
|
<div class="title">{{ partial "nameinseries.html" (dict "page" .page) }}</div>
|
2024-05-20 00:27:25 -07:00
|
|
|
</div>
|
|
|
|
|
{{ if eq .direction "next" }}{{ partial "icon.html" "chevrons-right" }}{{ end }}
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|