mirror of
https://github.com/openvk/openvk
synced 2024-12-22 16:42:32 +03:00
Add ability to set description of index page
This commit is contained in:
parent
7d8ae7dab1
commit
b0ae6be512
2 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
{extends "../@layout.xml"}
|
||||
{block title}{_"welcome"}{/block}
|
||||
|
||||
{block headIncludes}
|
||||
{if !empty(OPENVK_ROOT_CONF['openvk']['appearance']['description'])}
|
||||
<meta name="description" content="{= OPENVK_ROOT_CONF['openvk']['appearance']['description']}" />
|
||||
{/if}
|
||||
{/block}
|
||||
|
||||
{block header}
|
||||
{_"welcome"}
|
||||
{/block}
|
||||
|
|
|
@ -3,6 +3,7 @@ openvk:
|
|||
appearance:
|
||||
name: "OpenVK"
|
||||
motd: "Yet another OpenVK instance"
|
||||
description: ""
|
||||
|
||||
preferences:
|
||||
femaleGenderPriority: true
|
||||
|
|
Loading…
Reference in a new issue