diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 6957d21..f3a268a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -49,6 +49,12 @@ </div> {% endif %} {% endwith %} + {% if tag %} + <div class="chip"> + {{ tag }} + <a href="/"><i class="material-icons">close</i></a> + </div> + {% endif %} <ul class="collection"> {% for joke in jokes[currentpage*perpage:(currentpage+1)*perpage] %} <li class="collection-item row valign-wrapper"> |
