chore: feed update

This commit is contained in:
Cory Dransfeldt 2023-08-26 13:38:12 -07:00
parent 831cfcc6fa
commit aa73d84b97
No known key found for this signature in database

View file

@ -3,7 +3,11 @@
version="3.0" version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:atom="http://www.w3.org/2005/Atom"> xmlns:atom="http://www.w3.org/2005/Atom">
<xsl:output method="html" version="4.0" encoding="UTF-8" indent="yes"/> <xsl:output
method="html"
version="4.0"
encoding="UTF-8"
indent="yes" />
<xsl:template match="/"> <xsl:template match="/">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head> <head>
@ -14,21 +18,33 @@
</title> </title>
<link href="/assets/styles/tailwind.css" rel="stylesheet" /> <link href="/assets/styles/tailwind.css" rel="stylesheet" />
<link href="/assets/styles/index.css" rel="stylesheet" /> <link href="/assets/styles/index.css" rel="stylesheet" />
<link href="/assets/img/favicon/favicon-16x16.png" rel="icon" type="image/x-icon"/> <link
<link href="/assets/img/favicon/favicon-32x32.png" rel="icon" type="image/png" sizes="32x32"/> href="/assets/img/favicon/favicon-16x16.png"
rel="icon"
type="image/x-icon" />
<link
href="/assets/img/favicon/favicon-32x32.png"
rel="icon"
type="image/png"
sizes="32x32" />
<link href="/assets/img/favicon/apple-touch-icon.png" rel="apple-touch-icon" /> <link href="/assets/img/favicon/apple-touch-icon.png" rel="apple-touch-icon" />
<link rel="me" href="https://social.lol/@cory" /> <link rel="me" href="https://social.lol/@cory" />
<img
width="1"
height="1"
src="/404ca498061b54"
style="display:none" />
</head> </head>
<body class="dark:text-white dark:bg-gray-900 font-sans text-gray-800"> <body class="dark:text-white dark:bg-gray-900 font-sans text-gray-800">
<div class="min-h-screen flex flex-col"> <div class="min-h-screen flex flex-col">
<main class="flex-1 w-10/12 max-w-screen-sm md:max-w-screen-md mx-auto"> <main class="flex-1 w-10/12 max-w-screen-sm md:max-w-screen-md mx-auto">
<div class="flex flex-col md:flex-row md:items-center md:justify-between md:pt-10 pt-5"> <div class="flex flex-col md:flex-row md:items-center md:justify-between md:pt-10 pt-5">
<h1 class="font-black leading-tight md:pb-0 md:text-3xl pb-5 text-2xl flex flex-row items-center "> <h1
class="font-black leading-tight md:pb-0 md:text-3xl pb-5 text-2xl flex flex-row items-center ">
<span class="mr-1 icon--28 icon--bold"> <span class="mr-1 icon--28 icon--bold">
{% tablericon icon title %} {% tablericon icon title %}
</span> </span>
{{ title }} {{ title }} </h1>
</h1>
<div class="flex flex-row gap-6"> <div class="flex flex-row gap-6">
<a href="/feeds" class="icon--24 link--icon"> <a href="/feeds" class="icon--24 link--icon">
{% tablericon "arrow-left" "Back to feeds" %} {% tablericon "arrow-left" "Back to feeds" %}
@ -49,20 +65,18 @@
<xsl:apply-templates select="atom:feed/atom:entry" /> <xsl:apply-templates select="atom:feed/atom:entry" />
</ul> </ul>
</div> </div>
<footer class="prose pb-8 mt-4 text-gray-800 dark:text-white border-t border-gray-200 dark:border-gray-700 max-w-full"> <footer
class="prose pb-8 mt-4 text-gray-800 dark:text-white border-t border-gray-200 dark:border-gray-700 max-w-full">
<div> <div>
<p class="mb-0"> <p class="mb-0">
<strong class="text-gray-800 dark:text-gray-200">This is a web feed,</strong> <strong class="text-gray-800 dark:text-gray-200">This is a web feed,</strong> also
also known as an RSS or Atom feed. known as an RSS or Atom feed. </p>
</p>
<p class="mt-0"> <p class="mt-0">
<strong class="text-gray-800 dark:text-gray-200">Subscribe</strong> <strong class="text-gray-800 dark:text-gray-200">Subscribe</strong> by copying the
by copying the URL from the address bar into your newsreader. URL from the address bar into your newsreader. </p>
</p>
</div> </div>
<small>Visit <a href="https://aboutfeeds.com">About Feeds</a> to get started with newsreaders and <small>Visit <a href="https://aboutfeeds.com">About Feeds</a> to get started with
subscribing. It's free. newsreaders and subscribing. It's free. </small>
</small>
</footer> </footer>
</main> </main>
</div> </div>