Commit ce85d702 authored by SpinShare's avatar SpinShare

fixed update date showing up when no update was ever made

parent 82083071
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
</div> </div>
</div> </div>
{% endif %} {% endif %}
{% if song.updateDate|date("Y") > 2000 %} {% if song.updateDate|date("Y") > 2000 && song.uploadDate|date("dS F Y") != "now"|date("dS F Y") %}
<div class="stat"> <div class="stat">
<div class="icon"> <div class="icon">
<i class="mdi mdi-pencil"></i> <i class="mdi mdi-pencil"></i>
......
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