Skip to content

Latest commit

 

History

History
40 lines (38 loc) · 1.54 KB

gallery.md

File metadata and controls

40 lines (38 loc) · 1.54 KB
Show all Japanese English Chinese French German Italian Spanish
{% for rom in site.data.ROMs %}
{% assign id = rom.ID | plus: 0 %} {% if id > 1000 %} {% assign imgs_dir = "1001-1500" %} {% elsif id > 500 %} {% assign imgs_dir = "501-1000" %} {% else %} {% assign imgs_dir = "1-500" %} {% endif %} Title Screen

{{ rom.Title }}

{% if id < 20 %}

{{ rom.Publisher }}

{% else %}

{{ rom.Source }}

{% endif %} {% assign starts_with = rom.Comment | slice: 0,4 %} {% if starts_with == "http" %} {% endif %}
{% endfor %}
<script src="{{ base.url | prepend: site.url }}/assets/js/gallery.js"></script>