diff --git a/templates/plugin.html b/templates/plugin.html index 73f13774..0527f1d5 100644 --- a/templates/plugin.html +++ b/templates/plugin.html @@ -62,7 +62,7 @@ {% if this.tags %} {% for t in this.tags|sort %} - {{ "and " if loop.last }} + {{ "and " if loop.last and not loop.first }} {{ t }}{{ ", " if not loop.last }} {% endfor %} {% else %}