Skip to content

Commit

Permalink
Update root.html.leex
Browse files Browse the repository at this point in the history
  • Loading branch information
dustessavdh committed Jul 5, 2021
1 parent 0132fde commit d052344
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/hergetto_web/templates/layout/root.html.leex
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- Primary Meta Tags -->
<meta name="title" content="Hergetto · Together in a safe way!">
<meta name="description" content="Watch videos together in a safe way!">
<meta name="description" content="Wanna watch videos together on a couch, but online? You can do that here! Find or create a room, send the link to your friends and start watching together. Hergetto stands for Together.">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://hergetto.live/">
<meta property="og:title" content="Hergetto · Together in a safe way!">
<meta property="og:description" content="Watch videos together in a safe way!">
<meta property="og:description" content="Wanna watch videos together on a couch, but online? You can do that here! Find or create a room, send the link to your friends and start watching together. Hergetto stands for Together.">
<meta property="og:image" content="<%= Routes.static_path(@conn, "/images/oembed.png") %>">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://hergetto.live/">
<meta property="twitter:title" content="Hergetto · Together in a safe way!">
<meta property="twitter:description" content="Watch videos together in a safe way!">
<meta property="twitter:description" content="Wanna watch videos together on a couch, but online? You can do that here! Find or create a room, send the link to your friends and start watching together. Hergetto stands for Together.">
<meta property="twitter:image" content="<%= Routes.static_path(@conn, "/images/oembed.png") %>">

<%= csrf_meta_tag() %>
<%= live_title_tag assigns[:page_title] || "Hergetto", suffix: " · Together in a safe way!" %>
<link phx-track-static rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/app.css") %>"/>
<script defer phx-track-static type="text/javascript" src="<%= Routes.static_path(@conn, "/js/app.js") %>"></script>
<link rel="manifest" href="<%= Routes.static_path(@conn, "/site.webmanifest") %>">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div class="relative">
Expand Down

0 comments on commit d052344

Please sign in to comment.