fix: citations, TV views
This commit is contained in:
parent
0e396ed69d
commit
3374a5ea2a
5 changed files with 61 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue