diff --git a/templates/plugin-tag.html b/templates/plugin-tag.html index 9402e23b..e9076037 100644 --- a/templates/plugin-tag.html +++ b/templates/plugin-tag.html @@ -29,5 +29,5 @@ {{ render_plugin_list(this.items) }} -

View a list of all Lektor plugin tags here.

+

View a list of all Lektor plugin tags here.

{% endblock %} diff --git a/templates/plugin.html b/templates/plugin.html index 7b4b00b9..73f13774 100644 --- a/templates/plugin.html +++ b/templates/plugin.html @@ -68,7 +68,7 @@ {% else %}

Plugin has no tags.

{% endif %} -

View all tags.

+

View all tags.

diff --git a/templates/plugins.html b/templates/plugins.html index 53f9ce3f..c8dbab36 100644 --- a/templates/plugins.html +++ b/templates/plugins.html @@ -26,6 +26,6 @@

Plugins are also tagged with keywords and topics. Their tags are listed on their page and are navigable. - You can view a list of all of the tags here. + You can view a list of all of the tags here.

{% endblock %}