diff --git a/templates/partials/logo.html.twig b/templates/partials/logo.html.twig index e788f2c..f712edb 100644 --- a/templates/partials/logo.html.twig +++ b/templates/partials/logo.html.twig @@ -1,5 +1,5 @@ {% set logo = theme_var('custom_logo_mobile') ?: theme_var('custom_logo') %} -
  • {{ paginate.number }}
  • +
  • {{ paginate.number }}
  • {% elseif paginate.isDeltaBorder %}
  • {% endif %} diff --git a/templates/partials/taxonomylist.html.twig b/templates/partials/taxonomylist.html.twig index af9b08e..433dcab 100644 --- a/templates/partials/taxonomylist.html.twig +++ b/templates/partials/taxonomylist.html.twig @@ -5,7 +5,7 @@
  • {% for tax,value in taxlist[taxonomy]|sort %} {% set active = uri.param(taxonomy) == tax? 'active' : '' %} - {{ tax }} + {{ tax }} {% endfor %}