[lektor-website-197] Addin class ref to links to tags page.
This commit is contained in:
parent
f010714d35
commit
1213731fc6
|
@ -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 %}
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue