added feed discovery via root html head
This commit is contained in:
parent
2ea85a86a9
commit
f7b163087e
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
<%= csrf_meta_tag() %>
|
<%= csrf_meta_tag() %>
|
||||||
<%= live_title_tag assigns[:page_title] || "", prefix: assigns[:page_title] && "73k \\ " || "73k" %>
|
<%= live_title_tag assigns[:page_title] || "", prefix: assigns[:page_title] && "73k \\ " || "73k" %>
|
||||||
<meta name="author" content="Adam Piontek"/>
|
<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="mailto:adam@73k.us"/>
|
||||||
<link rel="me" href="sms:+16462341697"/>
|
<link rel="me" href="sms:+16462341697"/>
|
||||||
<link rel="authorization_endpoint" href="https://indieauth.com/auth"/>
|
<link rel="authorization_endpoint" href="https://indieauth.com/auth"/>
|
||||||
|
|
Loading…
Reference in a new issue