Move away from jekyll
This commit is contained in:
11
layout/item.html
Normal file
11
layout/item.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<div class="post-list-item">
|
||||
<h3><a class="post-title" href="/{{ slug }}.html">{{ title }}</a></h3>
|
||||
|
||||
<p><b>> {{ date }}</b></p>
|
||||
|
||||
<p class="post-summary">
|
||||
<div class="quote">
|
||||
{{ summary }}...
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user