github.com/maier/nomad@v0.4.1-0.20161110003312-a9e3d0b8549d/website/source/layouts/_meta.erb (about) 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta name="description" content="<%= description_for(current_page) %>"> 7 8 <link rel="shortcut icon" href="<%= image_path('favicon.png') %>"> 9 10 <title><%= title_for(current_page) %></title> 11 12 <%= stylesheet_link_tag "application" %> 13 14 <!--[if lt IE 9]> 15 <%= javascript_include_tag "ie-compat" %> 16 <![endif]--> 17 18 <%= yield_content :head %> 19 </head> 20 21 <body id="<%= body_id_for(current_page) %>" class="<%= body_classes_for(current_page) %>">