Ver Fonte

Fixed update notification in Typemill Themme Footer

Sebastian há 7 anos atrás
pai
commit
c5c84c96bc
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      themes/typemill/partials/footer.twig

+ 1 - 1
themes/typemill/partials/footer.twig

@@ -5,4 +5,4 @@
     {% set copyrightYears = settings.year ~ ' - ' ~ nowYear %}
 {% endif %}
 
-<div class="copyrightLine"><p>{{ settings.copyright }} by {{ settings.author }}, {{ copyrightYears }}. All Rights Reserved. Built with <a href="http://typemill.net">TYPEMILL</a>.{% if settings.version < settings.latestVersion %} Please <a href="http://typemill.net>Update</a>{% endif %}</p></div>
+<div class="copyrightLine"><p>{{ settings.copyright }} by {{ settings.author }}, {{ copyrightYears }}. All Rights Reserved. Built with <a href="http://typemill.net">TYPEMILL</a>.{% if settings.version < settings.latestVersion %} Please <a href="http://typemill.net">Update</a>{% endif %}</p></div>