mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 12:37:23 +00:00
Added OpenGraph and other metadata to all pages
Added OpenGraph and other metadata to all pages compatible to jekyll for Google, Facebook and Twitter.
This commit is contained in:
parent
efd1e6e523
commit
8792ea469f
1 changed files with 39 additions and 2 deletions
|
@ -5,7 +5,26 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>LBRY Foundation</title>
|
||||
<!-- Primary Meta Tags -->
|
||||
|
||||
<title>Welcome to LBRY Foundation</title>
|
||||
|
||||
<meta name="title" content="Welcome to LBRY Foundation">
|
||||
<meta name="description" content="The LBRY community invites everyone to join us in building a more free and open way to share content and information online.">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://lbry.org/">
|
||||
<meta property="og:title" content="Welcome to LBRY Foundation">
|
||||
<meta property="og:description" content="The LBRY community invites everyone to join us in building a more free and open way to share content and information online.">
|
||||
<meta property="og:image" content="{{ page.meta-image }}">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://lbry.org/">
|
||||
<meta property="twitter:title" content="Welcome to LBRY Foundation">
|
||||
<meta property="twitter:description" content="The LBRY community invites everyone to join us in building a more free and open way to share content and information online.">
|
||||
<meta property="twitter:image" content="{{ page.meta-image }}">
|
||||
|
||||
<!-- TitleBar Icon -->
|
||||
<link rel="icon" href="./img/small-logo.png" type="image/png" />
|
||||
|
@ -29,7 +48,25 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<title>LBRY Foundation</title>
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>{{ page.title }}</title>
|
||||
<meta name="title" content="{{ page.title }}">
|
||||
<meta name="description" content="{{ page.subhead }}">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://lbry.org/">
|
||||
<meta property="og:title" content="{{ page.title }}">
|
||||
<meta property="og:description" content="{{ page.subhead }}">
|
||||
<meta property="og:image" content="{{ page.meta-image }}">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://lbry.org/">
|
||||
<meta property="twitter:title" content="{{ page.title }}">
|
||||
<meta property="twitter:description" content="{{ page.subhead }}">
|
||||
<meta property="twitter:image" content="{{ page.meta-image }}">
|
||||
|
||||
<!-- TitleBar Icon -->
|
||||
<link rel="shortcut icon" href="../img/small-logo.png" type="image/png">
|
||||
|
|
Loading…
Add table
Reference in a new issue