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