Several new stories.
This commit is contained in:
parent
d82ba64158
commit
f2328945d0
8 changed files with 172 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<div id="post">
|
||||
{% for post in posts %}
|
||||
<div class="post-header">
|
||||
<a href="{{post.uri}}"><h2>{{post.title}}</h2></a>
|
||||
<a href="{{post.uri}}"><h1>{{post.title}}</h1></a>
|
||||
<div id="post-meta">
|
||||
{% if post.author %}
|
||||
<div class="author">{{post.author}}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue