diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-01-05 16:30:40 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-01-05 16:30:40 -0500 |
commit | f177a1923061754e9d7a76bc070f858a0595b5f7 (patch) | |
tree | bcd47ef3002d63bbd219c7fa8b0bee42e8108f24 /app/views/layouts/quotes.html.haml | |
parent | f2602e79306f348eb6c8b2a3e9b852c0cd6ee0d8 (diff) | |
download | thoughts-f177a1923061754e9d7a76bc070f858a0595b5f7.tar.gz thoughts-f177a1923061754e9d7a76bc070f858a0595b5f7.tar.bz2 thoughts-f177a1923061754e9d7a76bc070f858a0595b5f7.zip |
Made quotes more mobile-friendly
Diffstat (limited to 'app/views/layouts/quotes.html.haml')
-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 37d6847..4a7681e 100644 --- a/app/views/layouts/quotes.html.haml +++ b/app/views/layouts/quotes.html.haml | |||
@@ -9,6 +9,7 @@ | |||
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 | %link{rel: "alternate", type: "application/atom+xml", href: latest_quotes_url(:atom)} |
12 | %meta{name: "viewport", content: "width=device-width, initial-scale=1.0"} | ||
12 | %body | 13 | %body |
13 | #wrap | 14 | #wrap |
14 | %header#banner | 15 | %header#banner |