From 877e02087739e446cb000b619ac0a12d171d04ab Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 15 Jan 2025 15:39:09 -0500 Subject: Created mobile layout for blog --- app/views/layouts/application.html.haml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app/views/layouts/application.html.haml') 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 @@ %link{rel: "me", href: "mailto:fefferburbia+thoughts@gmail.com"} %link{rel: "webmention", href: webmentions_url} %link{rel: "alternate", type: "application/atom+xml", href: blogs_url(format: :atom)} + %meta{name: "viewport", content: "width=device-width, initial-scale=1.0"} %body#main-body - if flash[:alert] %div#flash.flash-alert= flash[:alert] - if flash[:notice] %div#flash.flash-notice= flash[:notice] #container - #page-header - %header#banner - %h1= link_to "Four Island", root_url + %header#banner + %h1 Four Island + = link_to image_tag("fourisland_header.png"), root_url #page-body #sidebar .sidebar-module -- cgit 1.4.1