Sha256: 2c3f9e89d639a7e87a98620c4cd16f679a9b2cfe34fe64559bdf66d4a3ff1060
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
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">Disqus评论正在推倒墙......</section> {% endif %} </article> </div> {% include scripts.html %} <div class="footer-wrapper"> <footer role="contentinfo"> {% include footer.html %} </footer> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cosy-jekyll-theme-1.0.5 | _layouts/page.html |