Sha256: d6719182c65e7c61c8c3b553d7f8063fa7190a0e6ff509a4c3c827c00f474df0

Contents?: true

Size: 1.5 KB

Versions: 6

Compression:

Stored size: 1.5 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 }}');
                        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

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-lily-1.5.2.2.11 _layouts/post.html
jekyll-theme-lily-1.4.2.2.11 _layouts/post.html
jekyll-theme-lily-1.3.2.2.11 _layouts/post.html
jekyll-theme-lily-1.2.2.2.11 _layouts/post.html
jekyll-theme-lily-1.1.2.2.11 _layouts/post.html
jekyll-theme-lily-1.0.2.2.11 _layouts/post.html