init
This commit is contained in:
parent
0538f61b5a
commit
ac45ac1b6c
193 changed files with 12172 additions and 128 deletions
10
layout/item.html
Normal file
10
layout/item.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<article>
|
||||
<h2><a href="{{ base_path }}/{{ blog }}/{{ slug }}/">{{ title }}</a></h2>
|
||||
<p class="meta">Published on {{ date }} by <b>{{ author }}</b></p>
|
||||
<p class="summary">
|
||||
{{ summary }} <a class="more" href="{{ base_path }}/{{ blog }}/{{ slug }}/">...</a>
|
||||
</p>
|
||||
<div>
|
||||
<a class="more" href="{{ base_path }}/{{ blog }}/{{ slug }}/">Read More</a>
|
||||
</div>
|
||||
</article>
|
||||
Loading…
Add table
Add a link
Reference in a new issue