mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Merge pull request #2114 from goldenpipes/master
"og" meta data tags for link previews.
This commit is contained in:
commit
f3efd277a6
3 changed files with 14 additions and 6 deletions
|
@ -63,8 +63,10 @@ O:::::::OOO:::::::Om::::m m::::m m::::mb:::::bbbbbb::::::bi::::::i
|
|||
<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:site_name" content=“@appName”/>
|
||||
<base href="/@baseUrl"/>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="~/images/favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="~/images/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="~/images/favicon/favicon-16x16.png">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue