reinstalled all contribs with composer
need to run : drush ev 'drupal_flush_all_caches();' drush cr and restart nginx and php-fpm before loading the website
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{# 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 %}
|
||||
Reference in New Issue
Block a user