mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +03:00
Add meta description for posts
This commit is contained in:
parent
9da7855926
commit
6413a5c5a4
1 changed files with 14 additions and 9 deletions
|
@ -1,6 +1,11 @@
|
|||
{extends "../@layout.xml"}
|
||||
{block title}{_"post"}{/block}
|
||||
|
||||
{block headIncludes}
|
||||
{var $description = iconv_substr(strip_tags($post->getText()), 0, 96)}
|
||||
<meta n:if="!empty($description)" name="description" content="{$post->getOwner()->getCanonicalName()} {$post->getPublicationTime()}— {$description}" />
|
||||
{/block}
|
||||
|
||||
{block header}
|
||||
<a href="{$wallOwner->getURL()}">
|
||||
{$wallOwner->getCanonicalName()}
|
||||
|
|
Loading…
Reference in a new issue