some styles
This commit is contained in:
parent
c987acdb65
commit
b84b63d9c2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ layout: default
|
||||||
{{ post.date | date: date_format }}
|
{{ post.date | date: date_format }}
|
||||||
</span>
|
</span>
|
||||||
<h3>
|
<h3>
|
||||||
<a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
|
<a class="post-link post-title" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
|
||||||
</h3>
|
</h3>
|
||||||
<div class="float-left post-excerpt">
|
<div class="float-left post-excerpt">
|
||||||
<img class="float-right post-thumb" alt="{{ post.title | escape }}" src="../assets/images/{{ post.image }}" />
|
<img class="float-right post-thumb" alt="{{ post.title | escape }}" src="../assets/images/{{ post.image }}" />
|
||||||
|
|
Loading…
Reference in a new issue