Sha256: f6e869efe10805b5177a63bee68c472e9e1d649814a122d940a2ea240eec83b8
Contents?: true
Size: 1.84 KB
Versions: 3
Compression:
Stored size: 1.84 KB
Contents
<article class="post post-single" data-words="{{ content | number_of_words}}"> <div class="page-header"> {% unless page.intro.herounit == true %} <h1>{{ page.title }} {% if page.tagline %}<small>{{page.tagline}}</small>{% endif %}</h1> {% else %} <h2 class="h1">{{ page.title }} {% if page.tagline %}<small>{{page.tagline}}</small>{% endif %}</h2> {% endunless %} <div class="post-date"> {% unless page.tags == empty %} <ul class="tag-box list-inline pull-right hidden-xs hidden-sm"> {% assign tags_list = page.tags %} {% assign nobadges = true %} {% include JB/tags_list %} </ul> {% endunless %} {{ page.date | date_to_long_string }} - <small class="reading-time eta">calculating reading time...</small> - {% unless page.description == null %} {% include themes/grayscale/components/share_buttons %} {% endunless %} </div> </div> <section class="row-fluid post-full"> <div class="span12"> <div class="content" id="{{page.id}}"> {{ content }} </div> <hr> <div class=""> <ul class="pager"> {% if page.previous %} <li class="previous"><a href="{{ BASE_PATH }}{{ page.previous.url }}" title="{{ page.previous.title }}" data-toggle="tooltip" data-placement="right">← Previous</a></li> {% else %} <li class="previous disabled"><a>← Previous</a></li> {% endif %} {% comment %}<li><a href="{{ BASE_PATH }}{{ site.JB.archive_path }}">Archive</a></li>{% endcomment %} {% if page.next %} <li class="next"><a href="{{ BASE_PATH }}{{ page.next.url }}" title="{{ page.next.title }}" data-toggle="tooltip" data-placement="left">Next →</a></li> {% else %} <li class="next disabled"><a>Next →</a> {% endif %} </ul> </div> <hr> {% include JB/comments %} </div> </section> </article>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jmblog-theme-0.1.2 | _includes/themes/jmblog-theme/post.html |
jmblog-theme-0.1.1 | _includes/themes/jmblog/post.html |
jmblog-theme-0.1.0 | _includes/themes/jmblog/post.html |