popov.link/_pages/index.md
Valentin Popov cf2658dd1a List of all entries on the main page
Signed-off-by: Valentin Popov <valentineus@gmail.com>
2018-04-03 23:06:36 +00:00

923 B

permalink layout title id
/index.html default 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>