css and posts
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<div>
|
||||
<h2>{{ post.title }}</h2>
|
||||
{{ post.summary }}
|
||||
</div>
|
||||
<a href="/posts/{{ post.slug }}">
|
||||
<div class="postpreview">
|
||||
<h2>{{ post.title }}</h2>
|
||||
<img src="{{ post.preview_image }}">
|
||||
{{ post.summary }}
|
||||
</div>
|
||||
</a>
|
||||
Reference in New Issue
Block a user