Moves favicon into the title html with all metadata for easy overriding. Moves the title html inclusion after all the connection optimisations to avoid downloading the icon to interfere those optimisations.
9 lines
610 B
HTML
9 lines
610 B
HTML
<title>Jitsi Meet</title>
|
|
<meta property="og:title" content="Jitsi Meet"/>
|
|
<meta property="og:image" content="/images/jitsilogo.png?v=1"/>
|
|
<meta property="og:description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
|
|
<meta description="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
|
|
<meta itemprop="name" content="Jitsi Meet"/>
|
|
<meta itemprop="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
|
|
<meta itemprop="image" content="/images/jitsilogo.png?v=1"/>
|
|
<link rel="icon" type="image/png" href="/images/favicon.ico?v=1"/> |