mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 09:05:44 +00:00
implement header links
This commit is contained in:
parent
7caf84a9f9
commit
13292efe29
5 changed files with 26 additions and 22 deletions
|
|
@ -6,6 +6,7 @@ twig:
|
|||
name: '%app.name%'
|
||||
theme: '%app.theme%'
|
||||
masters: '%app.masters%'
|
||||
links: '%app.links%'
|
||||
meta:
|
||||
title: '%env(APP_META_TITLE)%'
|
||||
description: '%env(APP_META_DESCRIPTION)%'
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ parameters:
|
|||
app.name: '%env(APP_NAME)%'
|
||||
app.theme: '%env(APP_THEME)%'
|
||||
app.masters: '%env(APP_MASTERS)%'
|
||||
app.links: '%env(APP_LINKS)%'
|
||||
app.meta.title: '%env(APP_META_TITLE)%'
|
||||
app.meta.description: '%env(APP_META_DESCRIPTION)%'
|
||||
app.meta.keywords: '%env(APP_META_KEYWORDS)%'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue