diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 21:50:16 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 21:50:16 -0500 |
commit | 5f94e951cce4d52bb999c0d5c9cefe1a45b2a05c (patch) | |
tree | 3aed2d9a4c54f2ad940ccca7f4ed0f6ab93a9dc0 | |
parent | 2dea596dbb31f3794744a1bd2c9ec6091d8dfdff (diff) | |
download | thoughts-5f94e951cce4d52bb999c0d5c9cefe1a45b2a05c.tar.gz thoughts-5f94e951cce4d52bb999c0d5c9cefe1a45b2a05c.tar.bz2 thoughts-5f94e951cce4d52bb999c0d5c9cefe1a45b2a05c.zip |
Add Atom feed autodiscovery for blog
-rw-r--r-- | app/views/layouts/application.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index b3928f2..ac338c7 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml | |||
@@ -8,6 +8,7 @@ | |||
8 | = display_meta_tags og: { site_name: "Four Island" } | 8 | = display_meta_tags og: { site_name: "Four Island" } |
9 | %link{rel: "me", href: "mailto:fefferburbia+thoughts@gmail.com"} | 9 | %link{rel: "me", href: "mailto:fefferburbia+thoughts@gmail.com"} |
10 | %link{rel: "webmention", href: webmentions_url} | 10 | %link{rel: "webmention", href: webmentions_url} |
11 | %link{rel: "alternate", type: "application/atom+xml", href: blogs_url(format: :atom)} | ||
11 | %body#main-body | 12 | %body#main-body |
12 | - if flash[:alert] | 13 | - if flash[:alert] |
13 | %div#flash.flash-alert= flash[:alert] | 14 | %div#flash.flash-alert= flash[:alert] |