Remove series position indicator -- racy and buggy

This commit is contained in:
2023-03-18 21:11:07 -05:00
parent 50a207b8ee
commit d34b2a56d7
3 changed files with 2 additions and 11 deletions

View File

@ -1,9 +1,3 @@
<div class="post-series-position">
{{ if .Scratch.Get "series_position" }}
({{ .Scratch.Get "series_position" }}/{{ .Scratch.Get "series_total" }})
{{ end }}
</div>
<h2 class="post-title">
{{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }}
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>