mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-24 23:15:23 -07:00
Set og:description, sort lines
This commit is contained in:
parent
a50d313432
commit
c475b7b860
1 changed files with 5 additions and 4 deletions
|
@ -79,12 +79,13 @@
|
|||
<meta name="description" content="Ombi, media request tool">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>@appName</title>
|
||||
<meta property="og:title" content="@appName" />
|
||||
<meta property="og:image" content="~/images/logo.png" />
|
||||
<meta property="og:image:width" content="991" />
|
||||
<meta property="og:image:height" content="375" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image:width" content="991" />
|
||||
<meta property="og:image" content="~/images/logo.png" />
|
||||
<meta property="og:site_name" content="@appName" />
|
||||
<meta property="og:title" content="@appName" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="Ombi, media request tool">
|
||||
@{
|
||||
if (customization.ApplicationUrl.HasValue())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue