Fix title and icon of root page

master
rubenwardy 2021-09-26 19:09:05 +01:00
parent b0a48133c0
commit 420449765c
1 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<title>Renewed Tab</title>
<script>
let locale = "en";
try {
@ -26,6 +26,13 @@
<link rel="canonical" href="https://renewedtab.com/en/">
<meta http-equiv="refresh" content="0; url=https://renewedtab.com/en/">
<meta name="robots" content="noindex">
<link rel="icon" href="/static/icon.svg">
<meta name="og:title" content="Renewed Tab" />
<meta name="og:description" content="{{ site.description }}" />
<meta name="description" content="{{ site.description }}" />
<meta name="og:url" content="{{ '/' | absolute_url }}" />
<meta name="og:image" content="{{ '/static/images/gallery/screenshot.png' | absolute_url }}" />
</head>
<body>
<h1>Redirecting&hellip;</h1>