mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-07-17 16:49:35 +00:00
Improve metadata on poll pages
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
e7f7e26141
commit
dffd7edf42
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@
|
|||
<script src="{"js/app/adminstuds.js"|resource}"></script>
|
||||
<link rel="stylesheet" href="{'css/easymde.min.css'|resource}">
|
||||
{/if}
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="og:title" content="{$poll->title|html} - {$APPLICATION_NAME|html}" />
|
||||
{if $poll->description}
|
||||
<meta property="og:description" content="{$poll->description|markdown:true}" />
|
||||
{/if}
|
||||
|
||||
{/block}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue