Fix link to regions flags (#49)

Fix link to regions flags
This commit is contained in:
SonofUgly
2017-09-08 04:39:55 -07:00
committed by Flame Sage
parent d0f1cccd4c
commit 17b85a04df

View File

@@ -73,7 +73,7 @@
<td>Title IDs</td> <td>Title IDs</td>
<td> <td>
{{ range .Params.releases }} {{ range .Params.releases }}
<div><img src="{{ $BaseURL }}images/regions/{{ .region }}.png" /> {{ .title }}</div> <div><img src="{{ $BaseURL }}/images/regions/{{ .region }}.png" /> {{ .title }}</div>
{{ end }} {{ end }}
</td> </td>
</tr> </tr>