v0.2.0 — RSS subscribe links
- Add release note for v0.2.0 - Bump version from 0.1.0 to 0.2.0
This commit is contained in:
parent
e385710498
commit
990af18ef8
@ -4,7 +4,7 @@ defmodule Firehose.MixProject do
|
||||
def project do
|
||||
[
|
||||
app: :firehose,
|
||||
version: "0.1.0",
|
||||
version: "0.2.0",
|
||||
elixir: "~> 1.15",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
start_permanent: Mix.env() == :prod,
|
||||
|
||||
16
app/priv/blog/release-notes/2026/07-08-v0-2-0.md
Normal file
16
app/priv/blog/release-notes/2026/07-08-v0-2-0.md
Normal file
@ -0,0 +1,16 @@
|
||||
%{
|
||||
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
|
||||
Loading…
x
Reference in New Issue
Block a user