added date to title in home, added catégories and cat class in block in home

This commit is contained in:
Bachir Soussi Chiadmi
2017-10-26 08:13:06 +02:00
parent 344dae1543
commit 263aaf4ae7
4 changed files with 62 additions and 18 deletions
@@ -1,3 +1,16 @@
{# build taxo tags (categories) ids array #}
{% set taxlist = taxonomylist.get() %}
{% if taxlist %}
{% set catlist = {} %}
{% set id = 1 %}
{% for tax,value in taxlist['tag'] %}
{% set catlist = catlist|merge({ (tax|e('url')) : (id) }) %}
{% set id = id + 1 %}
{% endfor %}
{% endif %}
<!doctype html>
<html class="no-js" lang="en">
<head>