a new start
This commit is contained in:
7
_includes/components/post-list-item.html
Normal file
7
_includes/components/post-list-item.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% assign post = include.post %}
|
||||
{% assign format = include.format | default:site.data.strings.date_formats.related_post | default:"%d %b %Y" %}
|
||||
|
||||
<li class="h4">
|
||||
<a href="{{ post.url | relative_url }}" class="flip-title"><span>{{ post.title }}</span></a>
|
||||
<time class="faded fine" datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date:format }}</time>
|
||||
</li>
|
||||
Reference in New Issue
Block a user