Use icons instead of boxart in the sitemap.
This commit is contained in:
parent
a644cc899e
commit
53e317ea3e
|
@ -12,7 +12,7 @@
|
||||||
</image:image>
|
</image:image>
|
||||||
{{ else if (eq .Section "game") }}
|
{{ else if (eq .Section "game") }}
|
||||||
<image:image>
|
<image:image>
|
||||||
<image:loc>{{ .Site.BaseURL }}images/game/boxart/{{ .Params.Banner | default (print .File.BaseFileName ".png") }}</image:loc>
|
<image:loc>{{ .Site.BaseURL }}images/game/icons/{{ .File.BaseFileName }}.png</image:loc>
|
||||||
</image:image>
|
</image:image>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
Reference in New Issue