From 1d612cdbcfcb7eaa6c76ce74f0760e1530ce2b84 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek <lucas.fryzek@gmail.com> Date: Sat, 11 Feb 2023 09:46:02 -0500 Subject: Add whole post to rss feed, and link to rss feed on pages --- html/about.html | 1 + 1 file changed, 1 insertion(+) (limited to 'html/about.html') diff --git a/html/about.html b/html/about.html index 16705fa..6b3d7c5 100644 --- a/html/about.html +++ b/html/about.html @@ -9,6 +9,7 @@ <link rel="stylesheet" href="/assets/style.css"> <link rel="icon" type="image/x-icon" href="/assets/favicon.svg"> + <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> </head> <body> -- cgit v1.2.3