Changed GameDB's default boxart path.

This commit is contained in:
chris062689@gmail.com 2019-03-18 00:12:30 -04:00
parent b25a0681a8
commit e6440298ef

View File

@ -6,7 +6,7 @@
{{ if (fileExists (print "static/images/game/boxart/" .File.BaseFileName ".png")) }} {{ if (fileExists (print "static/images/game/boxart/" .File.BaseFileName ".png")) }}
<img src="{{ .Site.BaseURL }}/images/game/boxart/{{ .File.BaseFileName }}.png" /> <img src="{{ .Site.BaseURL }}/images/game/boxart/{{ .File.BaseFileName }}.png" />
{{ else }} {{ else }}
<img src="{{ .Site.BaseURL }}/images/game/boxart/_default.png" /> <img src="{{ .Site.BaseURL }}/images/boxart.png" />
{{ end }} {{ end }}
</div> </div>