mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
Link the Manifest file for PWA
This commit is contained in:
parent
159e364075
commit
bf6e69d992
6 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
<title>Technoblade Never Dies! - PokeTube</title>
|
<title>Technoblade Never Dies! - PokeTube</title>
|
||||||
<% } %>
|
<% } %>
|
||||||
<title><%=j.Channel?.Metadata.Name%> - PokeTube</title>
|
<title><%=j.Channel?.Metadata.Name%> - PokeTube</title>
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
<link href=css/yt-ukraine.svg rel=icon>
|
<link href=css/yt-ukraine.svg rel=icon>
|
||||||
<meta content=website property=og:type>
|
<meta content=website property=og:type>
|
||||||
<meta content="<%=j.Channel?.Metadata.Name%> - PokeTube" property=og:title>
|
<meta content="<%=j.Channel?.Metadata.Name%> - PokeTube" property=og:title>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
<link href="https://codeberg.org/Ashley/poketube/raw/branch/main/css/yt-ukraine.svg" rel=icon>
|
<link href="https://codeberg.org/Ashley/poketube/raw/branch/main/css/yt-ukraine.svg" rel=icon>
|
||||||
<title> Content Settings | PokeTube :3 </title>
|
<title> Content Settings | PokeTube :3 </title>
|
||||||
<style>
|
<style>
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
<title>PokeTube | Download Video </title>
|
<title>PokeTube | Download Video </title>
|
||||||
<meta content="<%=color%>" name="theme-color">
|
<meta content="<%=color%>" name="theme-color">
|
||||||
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
<meta content=website property=og:type>
|
<meta content=website property=og:type>
|
||||||
<meta content="PokeTube - Video Downloader" property=og:title>
|
<meta content="PokeTube - Video Downloader" property=og:title>
|
||||||
<meta content="You wouldn't download a car... Right? welp i would - Download this video on PokeTube! for the price of 0$!" property=twitter:description>
|
<meta content="You wouldn't download a car... Right? welp i would - Download this video on PokeTube! for the price of 0$!" property=twitter:description>
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>PokeTube - Be Anonymous!</title>
|
<title>PokeTube - Be Anonymous!</title>
|
||||||
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
<meta content="▶▶ PokeTube - Be Anonymous!" property=og:title>
|
<meta content="▶▶ PokeTube - Be Anonymous!" property=og:title>
|
||||||
<meta content="Watch Silly videos while being anonymous on poketube!" property=twitter:description>
|
<meta content="Watch Silly videos while being anonymous on poketube!" property=twitter:description>
|
||||||
<meta content="https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/drawing.png" property="og:image" />
|
<meta content="https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/drawing.png" property="og:image" />
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
<meta content="Watch this video from <%=k.Video.Channel.Name%> On PokeTube! The Libre YouTube Front end!1!" property=twitter:description>
|
<meta content="Watch this video from <%=k.Video.Channel.Name%> On PokeTube! The Libre YouTube Front end!1!" property=twitter:description>
|
||||||
<meta content="https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg" property=og:image>
|
<meta content="https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg" property=og:image>
|
||||||
<meta content=summary_large_image name=twitter:card>
|
<meta content=summary_large_image name=twitter:card>
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
<link href="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" itemprop=url>
|
<link href="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" itemprop=url>
|
||||||
<% } %> <!-- close the } -->
|
<% } %> <!-- close the } -->
|
||||||
<link href="/css/yt-ukraine.svg?v=3" rel=icon>
|
<link href="/css/yt-ukraine.svg?v=3" rel=icon>
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
<head>
|
<head>
|
||||||
<head>
|
<head>
|
||||||
<title>Searching <%=q%> - PokeTube</title>
|
<title>Searching <%=q%> - PokeTube</title>
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
||||||
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
|
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
|
||||||
<link href=/css/app-cdn.min.css rel=stylesheet>
|
<link href=/css/app-cdn.min.css rel=stylesheet>
|
||||||
|
|
Loading…
Reference in a new issue