Merge branch 'dev-ayo' of github.com:fullhacker/fullhacker.github.io into dev-ayo

This commit is contained in:
Ayo 2018-04-16 16:30:53 +08:00
commit fb3a586a04

View file

@ -20,7 +20,7 @@ layout: default
<a class="post-link post-title" 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.description | escape }}" src="../assets/images/{{ post.image }}" />
{{ post.excerpt }} {{ post.excerpt }}
</div> </div>
<div class="clear-both"></div> <div class="clear-both"></div>