Sha256: 6f730184d8ecc3b694dd5290cc6a172e57fdcb40f888b98f246fd31137b7d270
Contents?: true
Size: 611 Bytes
Versions: 25
Compression:
Stored size: 611 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"> Powered by <a href="<%= almanack_project_url %>">Almanack</a>. </div> </footer> </body> </html>
Version data entries
25 entries across 25 versions & 1 rubygems