rss: lobsters suggestions, link in footer
Signed-off-by: Naman Sood <naman.sood@data.world>
This commit is contained in:
parent
323fe7010f
commit
47638c8662
6 changed files with 39 additions and 22 deletions
|
@ -13,6 +13,7 @@
|
|||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="color-scheme" content="dark light">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="alternate" type="application/rss+xml" href="https://prose.nsood.in/rss.xml">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/nunito.css">
|
||||
<link rel="stylesheet" href="/css/jetbrainsmono.css">
|
||||
|
@ -32,7 +33,8 @@
|
|||
{{{contents}}}
|
||||
</main>
|
||||
<footer>
|
||||
Made by Naman Sood, with love.
|
||||
<p>Made by Naman Sood, with love.</p>
|
||||
<p><a href="/rss.xml">RSS</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<rss version="2.0">
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>{{title}}</title>
|
||||
<link>{{link}}</link>
|
||||
<description>{{description}}</description>
|
||||
<language>en-US</language>
|
||||
<pubDate>{{pubDate}}</pubDate>
|
||||
<atom:link href="https://prose.nsood.in/rss.xml" rel="self" type="application/rss+xml" />
|
||||
{{{items}}}
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<item>
|
||||
<title>{{metadata.title}}</title>
|
||||
<link>{{getFullUrl slug}}</link>
|
||||
<guid>{{slug}}</guid>
|
||||
<description>{{metadata.summary}}</description>
|
||||
<author>mail@nsood.in</author>
|
||||
<author>mail@nsood.in (Naman Sood)</author>
|
||||
<pubDate>{{rssDatetime metadata.time}}</pubDate>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue