fix: citations, TV views
This commit is contained in:
parent
0e396ed69d
commit
3374a5ea2a
5 changed files with 61 additions and 51 deletions
|
@ -9,11 +9,11 @@
|
|||
itemscope
|
||||
itemprop="citation"
|
||||
itemtype="https://schema.org/{{- $itemType -}}"
|
||||
{{- if .titleTrans -}}
|
||||
{{- if $.titleTrans -}}
|
||||
lang="{{- $.titleLang -}}"
|
||||
title="{{- $.titleTrans -}}"
|
||||
{{- end -}}>
|
||||
{{- .title -}}
|
||||
{{- $.title -}}
|
||||
</cite>
|
||||
{{- with $pages -}}</a>{{- end -}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue