need to run : drush ev 'drupal_flush_all_caches();' drush cr and restart nginx and php-fpm before loading the website
22 lines
288 B
Twig
22 lines
288 B
Twig
{# presentation #}
|
|
{# last_fil #}
|
|
{# last_production #}
|
|
|
|
{% if nodes %}
|
|
{% for node in nodes %}
|
|
{{ node.build }}
|
|
{% endfor %}
|
|
{% endif %}
|
|
|
|
{% if lastdocs %}
|
|
{{ lastdocs }}
|
|
{% endif %}
|
|
|
|
{% if agenda %}
|
|
{{ agenda }}
|
|
{% endif %}
|
|
|
|
{% if collection %}
|
|
{{ collection }}
|
|
{% endif %}
|