diff --git a/layouts/partials/tv/table-body.html b/layouts/partials/tv/table-body.html index fe3d621..216a007 100644 --- a/layouts/partials/tv/table-body.html +++ b/layouts/partials/tv/table-body.html @@ -4,10 +4,10 @@ {{ .Scratch.Set "filterDir" "desc" }} {{ end }} - {{ range ( sort ( sort ( index $.Site.Data.tv ( .Scratch.Get "listMode" ) ) "Episode Title" "asc" ) ( .Scratch.Get "filterCol" ) ( .Scratch.Get "filterDir" ) ) }} + {{ range ( sort ( index $.Site.Data.tv ( .Scratch.Get "listMode" ) ) ( .Scratch.Get "filterCol" ) ( .Scratch.Get "filterDir" ) ) }}