Sha256: 6e2cb0db64741c4c2136a5358de96dc27b7f043301e7ab14e14863e8986cd45a
Contents?: true
Size: 1.62 KB
Versions: 2
Compression:
Stored size: 1.62 KB
Contents
--- layout: default --- <article class="post" itemscope itemtype="http://schema.org/BlogPosting"> <header class="post-header"> <h1 class="post-title" itemprop="name headline">{{ page.date | date: "%B %Y"}}</h1> <p class="post-meta"> </header> <div class="postNav cf"> {% if page.next.url %} <a class="next{% if page.next.image %} image{% endif %}" href="{{ page.next.url | prepend: site.baseurl }}"><span>{{ page.next.date | date: "%B %Y" }} »</span></a> {% endif %} {% if page.previous.url %} <a class="prev{% if page.previous.image %} image{% endif %}" href="{{ page.previous.url | prepend: site.baseurl }}"><span>« {{ page.previous.date | date: "%B %Y" }}</span></a> {% endif %} </div> <div class="post-content" itemprop="articleBody"> {{ content | replace: '<li>[ ]', '<li class="box task-list-item"> <input type="checkbox" class="task-list-item-checkbox" disabled>' | replace: '<li>[x]', '<li class="box_done task-list-item"> <input type="checkbox" class="task-list-item-checkbox" value="on" disabled checked>' }} </div> <div class="postNav cf"> {% if page.next.url %} <a class="next{% if page.next.image %} image{% endif %}" href="{{ page.next.url | prepend: site.baseurl }}"><span>{{ page.next.date | date: "%B %Y" }} »</span></a> {% endif %} {% if page.previous.url %} <a class="prev{% if page.previous.image %} image{% endif %}" href="{{ page.previous.url | prepend: site.baseurl }}"><span>« {{ page.previous.date | date: "%B %Y" }}</span></a> {% endif %} </div> </article>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-lab-notebook-0.1.1 | _layouts/log.html |
jekyll-lab-notebook-0.1.0 | _layouts/log.html |