Remove errant JS file

This commit is contained in:
DeathByDenim 2023-05-26 11:32:59 -04:00
parent cfc422b30d
commit 71c8299028
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
layout: default
nav_pill: tournament
---
<script src="js/xonscore.js"></script>
<h1>Tournament</h1>
{% assign sitetime = site.time | date: "%FT%T" %}
{% assign nextevent = site.data.events | where_exp: "item", "item.date >= sitetime" | last %}