Sha256: a6e0c1d60d4ba215de2892c5f8064e957fbeeb6476094fdafaa8a77759140225
Contents?: true
Size: 1.33 KB
Versions: 2
Compression:
Stored size: 1.33 KB
Contents
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]--> <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 %} {% if page.share != false %}{% include social-share.html %}{% endif %} </footer> </div><!-- /.entry-content --> {% if page.comments != false and site.disqus_shortname %}<section id="disqus_thread"></section><!-- /#disqus_thread -->{% endif %} </article> </div><!-- /#main --> {% include scripts.html %} <div class="footer-wrapper"> <footer role="contentinfo"> {% include footer.html %} </footer> </div><!-- /.footer-wrapper --> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
neo-hpstr-jekyll-theme-1.0.1 | _layouts/page.html |
neo-hpstr-jekyll-theme-1.0.0 | _layouts/page.html |