about summary refs log tree commit diff stats
path: root/app/views/layouts
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-01-15 15:39:09 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-01-15 15:39:09 -0500
commit877e02087739e446cb000b619ac0a12d171d04ab (patch)
tree5ee8f6a9cd744312559703bd89a54837b90a06c1 /app/views/layouts
parente8ffe46148128e99a2fb84e7d7fc22b358d39312 (diff)
downloadthoughts-877e02087739e446cb000b619ac0a12d171d04ab.tar.gz
thoughts-877e02087739e446cb000b619ac0a12d171d04ab.tar.bz2
thoughts-877e02087739e446cb000b619ac0a12d171d04ab.zip
Created mobile layout for blog
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/application.html.haml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 90ea5e2..98b4ef4 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml
@@ -9,15 +9,16 @@
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 %link{rel: "alternate", type: "application/atom+xml", href: blogs_url(format: :atom)}
12 %meta{name: "viewport", content: "width=device-width, initial-scale=1.0"}
12 %body#main-body 13 %body#main-body
13 - if flash[:alert] 14 - if flash[:alert]
14 %div#flash.flash-alert= flash[:alert] 15 %div#flash.flash-alert= flash[:alert]
15 - if flash[:notice] 16 - if flash[:notice]
16 %div#flash.flash-notice= flash[:notice] 17 %div#flash.flash-notice= flash[:notice]
17 #container 18 #container
18 #page-header 19 %header#banner
19 %header#banner 20 %h1 Four Island
20 %h1= link_to "Four Island", root_url 21 = link_to image_tag("fourisland_header.png"), root_url
21 #page-body 22 #page-body
22 #sidebar 23 #sidebar
23 .sidebar-module 24 .sidebar-module