[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) }} {{ 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 %}

View File

@ -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">

View File

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