mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-12-22 18:35:41 +00:00
Changed GameDB's default boxart path.
This commit is contained in:
parent
b25a0681a8
commit
e6440298ef
|
@ -6,7 +6,7 @@
|
|||
{{ if (fileExists (print "static/images/game/boxart/" .File.BaseFileName ".png")) }}
|
||||
<img src="{{ .Site.BaseURL }}/images/game/boxart/{{ .File.BaseFileName }}.png" />
|
||||
{{ else }}
|
||||
<img src="{{ .Site.BaseURL }}/images/game/boxart/_default.png" />
|
||||
<img src="{{ .Site.BaseURL }}/images/boxart.png" />
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue