mirror of
https://github.com/Speyll/anemone.git
synced 2026-02-26 07:24:25 +00:00
9 lines
240 B
HTML
9 lines
240 B
HTML
<li class="title-list">
|
|
{% if page.date %}
|
|
<time class="content-meta">{{ page.date | date(format="%Y-%m-%d") }}</time>
|
|
{% endif %}
|
|
<a href="{{ page.permalink }}" class="content-link">
|
|
{{ page.title }}
|
|
</a>
|
|
</li>
|