diff --git a/templates/plugin-tag.html b/templates/plugin-tag.html index e9076037..8c8825d4 100644 --- a/templates/plugin-tag.html +++ b/templates/plugin-tag.html @@ -29,5 +29,7 @@ {{ 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 0527f1d5..6220cee9 100644 --- a/templates/plugin.html +++ b/templates/plugin.html @@ -68,7 +68,9 @@ {% else %}

Plugin has no tags.

{% endif %} -

View all tags.

+

+ View all tags. +

diff --git a/templates/plugins.html b/templates/plugins.html index c8dbab36..19fc1521 100644 --- a/templates/plugins.html +++ b/templates/plugins.html @@ -26,6 +26,7 @@

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 %}