fix: render games

This commit is contained in:
Ben Goldsworthy 2025-02-21 18:44:27 +01:00
parent 0d736d2869
commit a74da74d43
No known key found for this signature in database
6 changed files with 56 additions and 32 deletions

View file

@ -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 -}}