Sha256: 50ac5eabd3ba0b26f858a7ae413ad7c0918908b586c4afa17ae1f962b6409fea

Contents?: true

Size: 1.04 KB

Versions: 19

Compression:

Stored size: 1.04 KB

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title><%= page_title %></title>
    <link rel="stylesheet" type="text/css" href="/stylesheets/calendar.css">
  </head>
  <body>

    <!-- See http://strftime.net and http://strftimer.com for datee syntax reference -->
    <p>The time is now <b><%= now.strftime('%A, %-d %B, %Y at %-l:%M%P %z') %></b>.</p>

    <header>
      <h1><a href="/"><%= calendar.title %></a></h1>
      <h2>The Next <%= calendar.days_lookahead %> Days</h2>
    </header>

    <%= yield %>

    <footer>
      <div class="subscribe">
        <a href="<%= feed_url %>">Subscribe to Calendar</a>
      </div>

      <div class="fork">
        <!-- Don't feel any obligation to keep this link if you don't want to -->
        Powered by <a href="<%= almanack_project_url %>">Almanack</a>.
      </div>
    </footer>

    <!-- Uncomment the following like to include jQuery -->
    <!-- <script src="//code.jquery.com/jquery-1.11.0.min.js"></script> -->
    <script src="/javascripts/calendar.js"></script>
  </body>
</html>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
almanack-1.3.1 lib/almanack/themes/starter/views/layout.erb
almanack-1.3.0 lib/almanack/themes/starter/views/layout.erb
almanack-1.3.0.rc1 lib/almanack/themes/starter/views/layout.erb
almanack-1.2.1 lib/almanack/themes/starter/views/layout.erb
almanack-1.2.0 lib/almanack/themes/starter/views/layout.erb
almanack-1.1.5 lib/almanack/themes/starter/views/layout.erb
almanack-1.1.3 lib/almanack/themes/starter/views/layout.erb
almanack-1.1.3.rc1 lib/almanack/themes/starter/views/layout.erb
almanack-1.1.2 lib/almanack/themes/starter/views/layout.erb
almanack-1.1.1 lib/almanack/themes/starter/views/layout.erb
almanack-1.1.0 lib/almanack/themes/starter/views/layout.erb
almanack-1.1.0.beta6 lib/almanack/themes/starter/views/layout.erb
almanack-1.1.0.beta5 lib/almanack/themes/starter/views/layout.erb
almanack-1.1.0.beta4 lib/almanack/themes/starter/views/layout.erb
almanack-1.1.0.beta3 lib/almanack/themes/starter/views/layout.erb
almanack-1.1.0.beta2 lib/almanack/themes/starter/views/layout.erb
almanack-1.1.0.beta1 lib/almanack/themes/starter/views/layout.erb
almanack-1.0.5 lib/almanack/themes/starter/views/layout.erb
almanack-1.0.4 lib/almanack/themes/starter/views/layout.erb