add meta description in base.html.twig

This commit is contained in:
Simon Vieille 2022-06-12 19:07:55 +02:00
parent 674846ab53
commit 673132adf2
Signed by: deblan
GPG Key ID: 579388D585F70417
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
### Added
* add a admin dashboard controller
* add meta description in base.html.twig
### Fixed
### Changed
* upgrade murph/murph-core

View File

@ -18,6 +18,8 @@
{%- endif -%}
{%- endblock -%}
<meta name="description" content="{%- block pageDescription -%}{{- _page.metaDescription -}}{%- endblock -%}"/>
{%- block stylesheets -%}
{{ encore_entry_link_tags('app') }}
{%- endblock -%}