mirror of
https://github.com/Speyll/anemone.git
synced 2026-02-26 07:24:25 +00:00
big overhaul
This commit is contained in:
8
templates/partials/content-listing-item.html
Normal file
8
templates/partials/content-listing-item.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user