Added regions flags for Title IDs.

This commit is contained in:
chris062689 2017-06-04 13:49:32 -04:00
parent 3e1a58caed
commit 5dd4206e25
8 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 B

View File

@ -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>