Sha256: 648698e19fb049a0122f427ffc4f61117583ec94d25cc2252fb74747a8046f84

Contents?: true

Size: 1.37 KB

Versions: 7

Compression:

Stored size: 1.37 KB

Contents

<!doctype html>
<html class="no-js">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <%= display_meta_tags title: @title,
                          description: @description,
                          canonical: "http://#{ @domain }",
                          open_graph: { type: 'website',
                                        title: @title,
                                        description: @description,
                                        url: "http://#{ @domain }" } %>

    <link rel="alternate" type="application/rss+xml" title="RSS" href="http://<%= @domain %><%= posts_rss_path %>" />

    <%= stylesheet_link_tag "application" %>
    <%= javascript_include_tag :modernizr %>
    <%= csrf_meta_tags %>
  </head>

  <body>
    <!--[if lt IE 8]>
        <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
    <![endif]-->

    <header class='header'>
      <div class='container'>
        <%= @header_html.html_safe %>
      </div>
    </header>

    <%= yield %>

    <footer class='footer'>
      <div class='container'>
        <%= @footer_html.html_safe %>
      </div>
    </footer>

    <%= javascript_include_tag "application" %>
    <%= render partial: 'shared/google_analytics' %>
  </body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
character-1.0.6 lib/character/templates/application.html.erb
character-1.0.5 lib/character/templates/application.html.erb
character-1.0.4 lib/character/templates/application.html.erb
character-1.0.3 lib/character/templates/application.html.erb
character-1.0.2 lib/character/templates/application.html.erb
character-1.0.1 lib/character/templates/application.html.erb
character-1.0.0 lib/character/templates/application.html.erb