Added regions flags for Title IDs.
After Width: | Height: | Size: 673 B |
After Width: | Height: | Size: 472 B |
After Width: | Height: | Size: 479 B |
After Width: | Height: | Size: 420 B |
After Width: | Height: | Size: 592 B |
After Width: | Height: | Size: 465 B |
After Width: | Height: | Size: 609 B |
|
@ -1,4 +1,5 @@
|
|||
{{ define "main" }}
|
||||
{{ $BaseURL := .Site.BaseURL }}
|
||||
{{ $gameName := .File.BaseFileName }}
|
||||
{{ $rating := index .Site.Data.compatibility ( string .Params.compatibility | default "0" ) }}
|
||||
|
||||
|
@ -46,7 +47,7 @@
|
|||
<td>Title IDs</td>
|
||||
<td>
|
||||
{{ range .Params.releases }}
|
||||
{{ .title }} ({{ .region }}) <br />
|
||||
<div>{{ .title }} <img src="{{ $BaseURL }}images/regions/{{ .region }}.png" /></div>
|
||||
{{ end }}
|
||||
</td>
|
||||
</tr>
|
||||
|
|