Sha256: 57288b605a35a492e84f9c670b1345a05c7bccf24f1762ba715ff36a87977551

Contents?: true

Size: 1.62 KB

Versions: 5

Compression:

Stored size: 1.62 KB

Contents

---
layout: default
---
<div id="post-info">
    <article>
        <details>
            <summary class="none">
                <div class="row">
                    <i title="Date">date_range</i>
                    <div class="lily-post-date">
                        <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>
                    <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">category</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">tag</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

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-lily-3.0.3.1.3 _layouts/post.html
jekyll-theme-lily-2.2.2.3.0 _layouts/post.html
jekyll-theme-lily-2.1.2.3.0 _layouts/post.html
jekyll-theme-lily-2.0.2.3.0 _layouts/post.html
jekyll-theme-lily-1.9.2.3.0 _layouts/post.html