Sha256: ec6f153fc009ab20fe4895328e3811af923867281be0fd19d688e735794966b7
Contents?: true
Size: 1.53 KB
Versions: 8
Compression:
Stored size: 1.53 KB
Contents
{% unless page.no_header %} <header> {% if index %} <h1 class="entry-title"><a href="{{ root_url }}{{ post.url }}">{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}</a></h1> {% else %} <h1 class="entry-title">{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}</h1> {% endif %} {% unless page.meta == false %} <p class="meta"> <!--{% include post/date.html %}{{ time }}--> <time class='entry-date' datetime='{{ post.date | date_xmlschema }}'> <span class='date'>{{ post.date | date: "%Y-%m-%d" }}</span> <span class='time'>{{ post.date | date: '%H:%M:%S' }}</span> </time> {% if site.disqus_short_name and page.comments != false and post.comments != false and site.disqus_show_comment_count == true %} | <a href="{% if index %}{{ root_url }}{{ post.url }}{% endif %}#disqus_thread" data-disqus-identifier="{% if post.meta.disqus_id %}{{ post.meta.disqus_id }}{% else %}{{ site.url }}{{ post.url }}{% endif %}">Comments</a> {% endif %} </p> {% endunless %} </header> {% endunless %} {% if index %} <div class="entry-content">{{ content | excerpt }}</div> {% capture excerpted %}{{ content | has_excerpt }}{% endcapture %} {% if excerpted == 'true' %} <footer> <a rel="full-article" href="{{ root_url }}{{ post.url }}">{{ site.excerpt_link }}</a> </footer> {% endif %} {% else %} <div class="entry-content">{{ content }}</div> {% endif %}
Version data entries
8 entries across 8 versions & 1 rubygems