16 lines
665 B
Markdown
16 lines
665 B
Markdown
%{
|
|
title: "v0.2.0 — RSS Subscribe Links",
|
|
author: "Willem van den Ende",
|
|
tags: ~w(release),
|
|
description: "RSS feed subscribe links with classic waveguide icons across blog pages, post pages, and site footer."
|
|
}
|
|
---
|
|
|
|
RSS feeds have always been available at `/api/blog/engineering/feed.xml` and `/api/blog/releases/feed.xml`, but they were never advertised. This release adds subscribe links throughout the site.
|
|
|
|
## What's new
|
|
|
|
- RSS `<link>` tags in `<head>` on all blog pages for browser/feed reader auto-discovery
|
|
- Orange RSS icon next to blog title on index pages
|
|
- RSS icon on each post page
|
|
- Subscribe section in the footer with links to both feeds |