From 70b3a1a4ce8918b32d11a80b0d8935ba46115edb Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 7 Dec 2024 21:52:17 -0500 Subject: Add Atom feed autodiscovery for quotes --- app/views/layouts/quotes.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/quotes.html.haml b/app/views/layouts/quotes.html.haml index 98a7a86..37d6847 100644 --- a/app/views/layouts/quotes.html.haml +++ b/app/views/layouts/quotes.html.haml @@ -8,6 +8,7 @@ = csrf_meta_tag = auto_discovery_link_tag :atom, latest_quotes_url(:atom) = display_meta_tags og: { site_name: "Four Island" } + %link{rel: "alternate", type: "application/atom+xml", href: latest_quotes_url(:atom)} %body #wrap %header#banner -- cgit 1.4.1