mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 13:41:51 +02:00
Add some og values
This commit is contained in:
parent
22eace022c
commit
0c0e4ddcce
1 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,11 @@
|
|||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<link rel="icon" href="{{ asset('img/FediPlan32.png') }}">
|
||||
|
||||
<meta property="og:title" content="FediPlan" />
|
||||
<meta property="og:description" content="{{ 'common.about_fediplan'|trans}}" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://plan.fedilab.app" />
|
||||
<meta property="og:image" content="{{ app.request.getSchemeAndHttpHost() ~ asset('img/FediPlan.png') }} }}" />
|
||||
|
||||
<title>{% block title %}{{ rss_feed_title }}{% endblock %}</title>
|
||||
<link rel="stylesheet" href="{{ asset('css/style.css') }}">
|
||||
|
|
Loading…
Add table
Reference in a new issue