mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 17:15:39 +00:00
add meta tags config
This commit is contained in:
parent
fff29a762e
commit
699e01c396
4 changed files with 15 additions and 1 deletions
|
|
@ -5,6 +5,10 @@ twig:
|
|||
version: '%app.version%'
|
||||
name: '%app.name%'
|
||||
theme: '%app.theme%'
|
||||
meta:
|
||||
title: '%env(APP_META_TITLE)%'
|
||||
description: '%env(APP_META_DESCRIPTION)%'
|
||||
keywords: '%env(APP_META_KEYWORDS)%'
|
||||
when@test:
|
||||
twig:
|
||||
strict_variables: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue