Sha256: 29b904f63326bbfc3a0245220122bcbd75608c8f0d1544604077c360604c3645

Contents?: true

Size: 1008 Bytes

Versions: 29

Compression:

Stored size: 1008 Bytes

Contents

---
layout: default
---

<h1>{{ page.title }}</h1>

<nav id="post_next_prev">
</nav>
<p id="post_date" class="post-assigned-date"></p>

<main>
{{ content }}
</main>

<div class="end-of-post-space"></div>

<hr/>
<nav id="post_tags">
    <h1 id="tag_header_lbl"></h1>
</nav>

<script type="module">
    import initPost from "{{ "assets/js/layout/post.mjs" | relative_url }}";
    let pageData = {
    {% if page.next %}
        next: {
            url: unescape("{{ page.next.url | relative_url | url_encode }}".replaceAll(/[+]/g, "%20")),
            title: "{{ page.next.title | strip_html }}",
        },
    {% endif %}
    {% if page.previous %}
        previous: {
            url: unescape("{{ page.previous.url | relative_url | url_encode }}".replaceAll(/[+]/g, "%20")),
            title: "{{ page.previous.title | strip_html }}",
        },
    {% endif %}
        tags: {{ page.tags | jsonify }},
        date: {{ page.date | date_to_xmlschema | jsonify }}
    };

    initPost(pageData);
</script>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
hematite-0.1.18 _layouts/post.html
hematite-0.1.17 _layouts/post.html
hematite-0.1.16 _layouts/post.html
hematite-0.1.15 _layouts/post.html
hematite-0.1.14 _layouts/post.html
hematite-0.1.13 _layouts/post.html
hematite-0.1.12 _layouts/post.html
hematite-0.1.11 _layouts/post.html
hematite-0.1.10 _layouts/post.html
hematite-0.1.9 _layouts/post.html
hematite-0.1.8 _layouts/post.html
hematite-0.1.7 _layouts/post.html
hematite-0.1.6 _layouts/post.html
hematite-0.1.5 _layouts/post.html
hematite-0.1.4 _layouts/post.html
hematite-0.1.3 _layouts/post.html
hematite-0.1.2 _layouts/post.html
hematite-0.0.12 _layouts/post.html
hematite-0.0.11 _layouts/post.html
hematite-0.0.10 _layouts/post.html