Sha256: 15a050910dbf846dfec4853fb55761c5bc4585c7a0de724908137756a3936967
Contents?: true
Size: 1012 Bytes
Versions: 2
Compression:
Stored size: 1012 Bytes
Contents
<!doctype html> <html class="no-js" lang="en"> <head> {% include head.html %} </head> <body id="page"> {% include browser-upgrade.html %} {% include header.html %} <div id="main" role="main"> <article class="hentry"> <div class="entry-content"> {{ content }} <footer class="entry-meta"> {% if page.modified %}<span>Updated on <span class="entry-date date published updated"><time datetime="{{ page.modified }}">{{ page.modified | date: "%B %d, %Y" }}</time></span></span> <span class="author vcard"><span class="fn">{{ site.owner.name }}</span></span>{% endif %} </footer> </div> {% if page.comments != false and site.disqus_shortname %} <section id="disqus_thread"></section> {% endif %} </article> </div> {% include scripts.html %} <div class="footer-wrapper"> <footer role="contentinfo"> {% include footer.html %} </footer> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cosy-jekyll-theme-1.0.4 | _layouts/page.html |
cosy-jekyll-theme-1.0.3 | _layouts/page.html |