Sha256: cf8b6d24bc95bf2d1d2ec1241c6023d2e3850d27daab449253b4152bb1c5a931
Contents?: true
Size: 1.52 KB
Versions: 2
Compression:
Stored size: 1.52 KB
Contents
--- layout: default --- <div id="post-info"> <article> <details> <summary class="none"> <div class="row"> <i title="Date">date_range</i> <noscript>{{ page.date | date: "%d/%m/%Y %H:%M %Z" }}</noscript> <script> var datecz = new Date('{{ page.date | date: "%FT%T%z" }}'); document.write(datecz); </script> <div class="max"></div> <i title="Show extra info">arrow_drop_down</i> </div> </summary> <div class="medium-divider"></div> <div class="row"> <i title="Categories">sort</i> {% for cat in page.categories %} {% capture test %}{{ cat | slice: 0 }}{% endcapture %} {% capture testup %}{{ cat | slice: 0 | upcase }}{% endcapture %} <a class="chip round">{{ cat }}</a> {% endfor %} </div> <div class="row"> <i title="Tags">label</i> {% for tag in page.tags %} {% capture test %}{{ tag | slice: 0 }}{% endcapture %} {% capture testup %}{{ tag | slice: 0 | upcase }}{% endcapture %} <a class="chip primary right-round">{{ tag }}</a> {% endfor %} </div> </details> </article> </div> <div class="large-divider"></div> <div id="post_content"> {{ content }} </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-lily-1.7.2.2.11 | _layouts/post.html |
jekyll-theme-lily-1.6.2.2.11 | _layouts/post.html |