Skip to content

Latest commit

 

History

History
42 lines (40 loc) · 975 Bytes

search.md

File metadata and controls

42 lines (40 loc) · 975 Bytes
{% for rom in site.data.ROMs %} {% assign starts_with = rom.Comment | slice: 0,4 %} {% if starts_with == "http" %} {% else %} {% endif %} {% endfor %}
ID Title Publisher Location Source Language CRC32 Comment
{{ rom.ID }} {% if starts_with == "http" %} {% endif %} {{ rom.Title }} {% if starts_with == "http" %} {% endif %} {{ rom.Publisher }} {{ rom.Location }} {{ rom.Source }} {{ rom.Language }} {{ rom.CRC32 }}{{ rom.Comment }}
<script src="https://unpkg.com/tablefilter@latest/dist/tablefilter/tablefilter.js"></script> <script src="{{ base.url | prepend: site.url }}/assets/js/filters.js"></script>