fix: render games
This commit is contained in:
parent
0d736d2869
commit
a74da74d43
6 changed files with 56 additions and 32 deletions
|
@ -9,11 +9,11 @@
|
|||
itemscope
|
||||
itemprop="citation"
|
||||
itemtype="https://schema.org/{{- $itemType -}}"
|
||||
{{- if $.titleTrans -}}
|
||||
{{- if .titleTrans -}}
|
||||
lang="{{- $.titleLang -}}"
|
||||
title="{{- $.titleTrans -}}"
|
||||
{{- end -}}>
|
||||
{{- default .Title $.title -}}
|
||||
{{- .title -}}
|
||||
</cite>
|
||||
{{- with $pages -}}</a>{{- end -}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue