Sha256: e47218a323d5f407e93c17c7d6d2f597c79262ae5b720e54753d245cdf1d7064
Contents?: true
Size: 1 KB
Versions: 2
Compression:
Stored size: 1 KB
Contents
--- layout: default single: true --- <div> <article class="hentry" role="article"> {% include article.html %} <footer> <p class="meta"> {% include post/author.html %} {% include post/date.html %}{{ time }}{% if updated %} {{ updated }}{% endif %} {% include post/categories.html %} </p> {% unless page.sharing == false %} {% include post/sharing.html %} {% endunless %} <p class="meta"> {% if page.previous.url %} <a class="basic-alignment left" href="{{page.previous.url}}" title="Previous Post: {{page.previous.title}}">« {{page.previous.title}}</a> {% endif %} {% if page.next.url %} <a class="basic-alignment right" href="{{page.next.url}}" title="Next Post: {{page.next.title}}">{{page.next.title}} »</a> {% endif %} </p> </footer> </article> {% if site.comment_appId and page.comments == true %} <section> <h1>欢迎留言</h1> <div id="vcomments" aria-live="polite"></div> </section> {% endif %} </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-lenciel-theme-1.0.13 | _layouts/post.html |
jekyll-lenciel-theme-1.0.10 | _layouts/post.html |