fix: citations, TV views

This commit is contained in:
Ben Goldsworthy 2025-02-23 01:27:07 +01:00
parent 0e396ed69d
commit 3374a5ea2a
No known key found for this signature in database
5 changed files with 61 additions and 51 deletions

View file

@ -11,7 +11,7 @@
</td>
<td>
{{- with ( index . "name" ) -}}
{{- with ( index . "title" ) -}}
<cite
class="cite"
itemscope
@ -44,7 +44,7 @@
</td>
<td>
{{- with ( index . "name" ) -}}
{{- with ( index . "title" ) -}}
<cite
class="cite"
itemscope
@ -60,7 +60,7 @@
</tr>
{{ end }}
{{ else if ( eq ( .Scratch.Get "listMode" ) "wishlist" ) }}
{{ range ( sort $.Site.Data.tv_series.wishlist "name" "asc" ) }}
{{ range ( sort $.Site.Data.tv_series.wishlist "title" "asc" ) }}
<tr>
<td>
{{ with .date_added }}
@ -72,7 +72,7 @@
</td>
<td>
{{- with ( index . "name" ) -}}
{{- with ( index . "title" ) -}}
<cite
class="cite"
itemscope