about summary refs log tree commit diff stats
path: root/app/views/layouts/application.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rw-r--r--app/views/layouts/application.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index d776b9c..b3928f2 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml
@@ -7,8 +7,7 @@
7 = javascript_include_tag 'application', 'data-turbolinks-track': 'reload' 7 = javascript_include_tag 'application', 'data-turbolinks-track': 'reload'
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 - if content_for?(:webmention_endpoint) 10 %link{rel: "webmention", href: webmentions_url}
11 %link{rel: "webmention", href: yield(:webmention_endpoint)}
12 %body#main-body 11 %body#main-body
13 - if flash[:alert] 12 - if flash[:alert]
14 %div#flash.flash-alert= flash[:alert] 13 %div#flash.flash-alert= flash[:alert]