feat: links feed

This commit is contained in:
Cory Dransfeldt 2023-05-05 16:08:18 -07:00
parent c364dd533e
commit 2babf3e23f
No known key found for this signature in database
5 changed files with 129 additions and 3 deletions

View file

@ -22,7 +22,7 @@ xmlns:atom="http://www.w3.org/2005/Atom">
<link 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" />
<script src="https://cdn.usefathom.com/script.js" data-site="RHNGSUXO">''</script>
<script src="/_vercel/insights/script.js">''</script>
<script src="/assets/scripts/isDarkMode.js">''</script>
<link rel="me" href="https://social.lol/@cory" />
</head>
@ -63,7 +63,7 @@ xmlns:atom="http://www.w3.org/2005/Atom">
<p class="mb-0"><strong class="text-gray-800 dark:text-gray-200">This is a web feed,</strong> also known as an RSS or Atom feed.</p>
<p class="mt-0"><strong class="text-gray-800 dark:text-gray-200">Subscribe</strong> by copying the URL from the address bar into your newsreader.</p>
</div>
<small>Visit <a href="https://aboutfeeds.com">About Feeds</a> to get started with newsreaders and subscribing. Its free.</small>
<small>Visit <a href="https://aboutfeeds.com">About Feeds</a> to get started with newsreaders and subscribing. It's free.</small>
</footer>
</main>
</div>
@ -73,7 +73,7 @@ xmlns:atom="http://www.w3.org/2005/Atom">
<xsl:template match="atom:feed/atom:entry">
<div class="pb-4 border-b border-gray-200 dark:border-gray-700 mb-8">
<h3 class="mb-0">
<a class="no-underline text-gray-800 dark:text-gray-200 leading-tight m-0 md:text-2xl text-xl tracking-normal text-gray-800 font-black ">
<a class="no-underline text-gray-800 dark:text-gray-200 leading-tight m-0 md:text-2xl text-xl tracking-normal font-black">
<xsl:attribute name="href">
<xsl:value-of select="atom:link/@href"/>
</xsl:attribute>