[lektor-website-197] Addin class ref to links to tags page.

This commit is contained in:
Joseph Nix 2018-12-15 12:33:16 -06:00
parent f010714d35
commit 1213731fc6
3 changed files with 3 additions and 3 deletions

View File

@ -29,5 +29,5 @@
{{ render_plugin_list(this.items) }}
</div>
<p>View a list of all Lektor plugin tags <a href="/plugins/tags">here</a>.</p>
<p>View a list of all Lektor plugin tags <a href="/plugins/tags" class="ref">here</a>.</p>
{% endblock %}

View File

@ -68,7 +68,7 @@
{% else %}
<p>Plugin has no tags.</p>
{% endif %}
<p>View <a href="/plugins/tags">all tags</a>.</p>
<p>View <a href="/plugins/tags" class="ref">all tags</a>.</p>
</div>
<div class="col-sm-9 doc-styling">

View File

@ -26,6 +26,6 @@
<p>
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 <a href="/plugins/tags">here</a>.
You can view a list of all of the tags <a href="/plugins/tags" class="ref">here</a>.
</p>
{% endblock %}