add meta tags config

This commit is contained in:
ghost 2024-01-06 23:56:42 +02:00
parent fff29a762e
commit 699e01c396
4 changed files with 15 additions and 1 deletions

View file

@ -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