Sha256: 94808c0e61ea0049f9a8770949c09ce11001af6276fe483bcc57c143a7e677ba
Contents?: true
Size: 531 Bytes
Versions: 2
Compression:
Stored size: 531 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title><%= data.page.title || "Styleguide" %></title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0 minimum-scale=1.0, user-scalable=no"> <%= stylesheet_link_tag :all %> <%= javascript_include_tag :head %> </head> <body class="<%= page_classes %>"> <div class="wrapper <%= current_page.data.page_classes %>" id="wrapper"> <%= yield %> </div> <%= javascript_include_tag :body %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
colorgy_style-0.0.0.2 | styleguide/layouts/layout.erb |
colorgy_style-0.0.0.1 | styleguide/layouts/layout.erb |