Sha256: bc803ef34aab19c0c32f0c4197870f762efe28b2db0c69fb1d496d79118f68d2
Contents?: true
Size: 882 Bytes
Versions: 6
Compression:
Stored size: 882 Bytes
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> <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
6 entries across 6 versions & 1 rubygems