popov.link/_pages/index.md
Valentin Popov b466d5fe7b Simpler headers
Signed-off-by: Valentin Popov <valentineus@gmail.com>
2018-04-03 23:16:45 +00:00

911 B

permalink layout sidebar title id
/index.html default true Home index
{% for node in site.posts %}
{{ node.latest_update | default: node.date | date_to_long_string }}
            <!-- Header -->
            <h1 class="post-title">
                <a href="{{ node.url | relative_url | uri_escape }}">
                    {{ node.title | smartify | strip_html | normalize_whitespace }}
                </a>
            </h1>

            <!-- Content -->
            <span class="post-date">
                {{ node.description | smartify | strip_html | normalize_whitespace }}
            </span>
        </div>
    {% endfor %}
</div>