mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 17:17:49 +01:00
add rss feed
This commit is contained in:
parent
a6778e5b00
commit
1ead8d5380
1 changed files with 7 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
|||
<!--
|
||||
This Source Code Form is subject to the terms of the GNU General Public License:
|
||||
|
||||
Copyright (C) 2021-2023 POKETUBE (https://codeberg.org/Ashley/poketube)
|
||||
Copyright (C) 2021-2024 POKETUBE (https://codeberg.org/Ashley/poketube)
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -19,26 +19,23 @@
|
|||
along with this program. If not, see https://www.gnu.org/licenses/.
|
||||
-->
|
||||
<!DOCTYPE html><html><head>
|
||||
<!-- 🐷 🎗️ -->
|
||||
|
||||
<% if (ID === "UCFAiFyGs6oDiF1Nf-rRJpZA") { %>
|
||||
<title>Technoblade Never Dies! - 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>
|
||||
<link rel="alternate" type="application/rss+xml" href="/feeds/videos.xml?channel_id=<%=ID%>">
|
||||
<meta content="<%=j.Channel?.Metadata.Name%> - PokeTube" property=og:title>
|
||||
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
||||
|
||||
|
||||
<meta content="<%- cinv.description %>" property=twitter:description>
|
||||
<% if (j.Channel?.Metadata.Banners.Thumbnail) { %>
|
||||
|
||||
<% if (j.Channel?.Metadata.Banners.Thumbnail) { %>
|
||||
<meta content="<%=j.Channel?.Metadata?.Banners.Thumbnail[2].$t%>" property=og:image>
|
||||
<% } %>
|
||||
|
||||
<meta content=summary_large_image name=twitter:card>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
* {
|
||||
color:#fff
|
||||
|
|
Loading…
Reference in a new issue