Sha256: fd4439f1f8e0fa88ec7291b951d0a4f00945b0b79232609e4def763149c5f49f

Contents?: true

Size: 1.1 KB

Versions: 3

Compression:

Stored size: 1.1 KB

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title><%= options.app_name %></title>

  <%%= stylesheet_link_tag    "application", media: "all", "data-turbolinks-track" => true %>
  <%%= stylesheet_link_tag    "quick-templater", media: "all", "data-turbolinks-track" => true %>
  <%%= javascript_include_tag "application", "data-turbolinks-track" => true %>
  <%%= csrf_meta_tag %>
</head>

<body>

<!-- Wrap all page content here -->
<div id="wrap">

  <!-- Begin page content -->
  <div class="container">
    <div class="page-header">
      <h1>Sticky footer</h1>
    </div>
    <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
    <p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p>
  </div>
</div>

<div id="footer">
  <div class="container">
    <p class="text-muted">Place sticky footer content here.</p>
  </div>
</div>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
quick-templater-0.0.8 lib/generators/quick-templater/layout/templates/bootstrap3/sticky_footer.html.erb
quick-templater-0.0.7 lib/generators/quick-templater/layout/templates/bootstrap3/sticky_footer.html.erb
quick-templater-0.0.5 lib/generators/quick-templater/layout/templates/bootstrap3/sticky_footer.html.erb