[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) }}
|
{{ render_plugin_list(this.items) }}
|
||||||
</div>
|
</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 %}
|
{% endblock %}
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>Plugin has no tags.</p>
|
<p>Plugin has no tags.</p>
|
||||||
{% endif %}
|
{% 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>
|
||||||
|
|
||||||
<div class="col-sm-9 doc-styling">
|
<div class="col-sm-9 doc-styling">
|
||||||
|
|
|
@ -26,6 +26,6 @@
|
||||||
<p>
|
<p>
|
||||||
Plugins are also tagged with keywords and topics.
|
Plugins are also tagged with keywords and topics.
|
||||||
Their tags are listed on their page and are navigable.
|
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>
|
</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue