added feed discovery via root html head

This commit is contained in:
Adam Piontek 2021-04-06 19:19:10 -04:00
parent 2ea85a86a9
commit f7b163087e

View file

@ -7,6 +7,7 @@
<%= csrf_meta_tag() %>
<%= live_title_tag assigns[:page_title] || "", prefix: assigns[:page_title] && "73k \\ " || "73k" %>
<meta name="author" content="Adam Piontek"/>
<link rel="alternate" type="application/rss+xml" title="Blog Title" href="<%= Routes.feed_path(@conn, :rss) %>" />
<link rel="me" href="mailto:adam@73k.us"/>
<link rel="me" href="sms:+16462341697"/>
<link rel="authorization_endpoint" href="https://indieauth.com/auth"/>