Add an RSS feed and site description

This commit is contained in:
cheddar 2025-04-18 11:53:23 -04:00
parent a2cb0960ab
commit ccecc411b8
No known key found for this signature in database
6 changed files with 59 additions and 3 deletions

View file

@ -3,6 +3,8 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% if title %}{{ title }} - {% endif %}{{ metadata.title }}</title>
<meta name="description" content="{{ description or metadata.description }}">
<link rel="alternate" href="/feed/feed.xml" type="application/atom+xml" title="{{ metadata.title }}">
<link rel="stylesheet" href="/styles.css">
</head>
<body>

View file

@ -1,6 +1,8 @@
<nav name="Social Links" class="socials">
<ul class="simple-list">
<li><a href="#" title="Posts RSS Feed"><img src="/img/feed-icon.svg"></a></li>
<li><a href="/posts.xml" title="Posts RSS Feed" type="application/atom+xml">
<img src="/img/feed-icon.svg"></a>
</li>
<li><a href="https://forge.crispbyte.dev/cheddar" title="Git Profile"><img src="/img/git-icon.svg"></a></li>
<li><a href="https://hachyderm.io/@cheddarcrisp" rel="me" title="Mastodon Profile">
<img src="/img/mastodon-icon.svg">