diff --git a/snipts/templates/snipts/snipt-list.html b/snipts/templates/snipts/snipt-list.html index 6432945..d1e133f 100644 --- a/snipts/templates/snipts/snipt-list.html +++ b/snipts/templates/snipts/snipt-list.html @@ -77,7 +77,11 @@ {{ snipt.user.username }} -
  • {{ snipt.created|naturalday }}
  • + {% if snipt.blog_post %} +
  • {{ snipt.publish_date|naturalday }}
  • + {% else %} +
  • {{ snipt.created|naturalday }}
  • + {% endif %}