Commit 5bbf5cca authored by SpinShare's avatar SpinShare

among us in real life (sus, sus)

parent 5411f03c
......@@ -106,13 +106,13 @@
</div>
</div>
{% endif %}
{% if song.updateDate|date("Y") > 2000 %}
{% if song.updateDate|date("Y") > 2000 && song.updateDate != "" && song.updateDate != null %}
<div class="stat">
<div class="icon">
<i class="mdi mdi-pencil"></i>
</div>
<div class="content">
{{ song.updateDate|date("dS F Y") }} || {{ song.updateDate }}
{{ song.updateDate|date("dS F Y") }}
</div>
</div>
{% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment