Move away from jekyll
This commit is contained in:
@@ -6,13 +6,13 @@ layout: default
|
||||
|
||||
{% for post in paginator.posts %}
|
||||
<div class="post-list-item">
|
||||
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
|
||||
<h3><a class="post-title" href="{{ post.url }}">{{ post.title }}</a></h3>
|
||||
|
||||
<p><b>> {{ post.date | date_to_string }}</b></p>
|
||||
|
||||
<p class="post-summary">
|
||||
<div class="quote">
|
||||
{{ post.excerpt }}
|
||||
{{ post.excerpt }}...
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user