diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 21:52:17 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 21:52:17 -0500 |
| commit | 70b3a1a4ce8918b32d11a80b0d8935ba46115edb (patch) | |
| tree | 860e4353cbb5ab592af1f076a8c6f5f46ee3e698 /app | |
| parent | 5f94e951cce4d52bb999c0d5c9cefe1a45b2a05c (diff) | |
| download | thoughts-70b3a1a4ce8918b32d11a80b0d8935ba46115edb.tar.gz thoughts-70b3a1a4ce8918b32d11a80b0d8935ba46115edb.tar.bz2 thoughts-70b3a1a4ce8918b32d11a80b0d8935ba46115edb.zip | |
Add Atom feed autodiscovery for quotes
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/layouts/quotes.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
| 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 @@ | |||
| 8 | = csrf_meta_tag | 8 | = csrf_meta_tag |
| 9 | = auto_discovery_link_tag :atom, latest_quotes_url(:atom) | 9 | = auto_discovery_link_tag :atom, latest_quotes_url(:atom) |
| 10 | = display_meta_tags og: { site_name: "Four Island" } | 10 | = display_meta_tags og: { site_name: "Four Island" } |
| 11 | %link{rel: "alternate", type: "application/atom+xml", href: latest_quotes_url(:atom)} | ||
| 11 | %body | 12 | %body |
| 12 | #wrap | 13 | #wrap |
| 13 | %header#banner | 14 | %header#banner |
