changeset 471:b5b0eb75f980

web: Add a little 'tag' icon next to the list of categories.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 08 Oct 2018 23:43:30 -0700
parents 385de1daefb3
children dbe22d170cf7
files wikked/templates/read-page.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wikked/templates/read-page.html	Mon Oct 08 23:42:45 2018 -0700
+++ b/wikked/templates/read-page.html	Mon Oct 08 23:43:30 2018 -0700
@@ -45,7 +45,7 @@
     {% if meta.category %}
     <section class="info">
         {% if meta.category %}
-        <span class="info-categories">Categories: </span>
+        <span class="info-categories"><i class="fas fa-tags"></i> Categories: </span>
         {% for c in meta.category %}
         {% if not loop.first %} | {% endif %}
         <span><a class="wiki-link" data-wiki-url="{{c.url}}"