mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-21 21:55:37 +01: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 New Issue
Block a user