update blog
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
</div>
|
||||
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
|
||||
|
||||
<h3 class="mt-2 text-xl leading-7 font-medium text-gray-900 text-left not-italic">
|
||||
<h3 class="mt-2 text-xl leading-6 font-medium text-gray-900 text-left not-italic">
|
||||
{{ post.title }}
|
||||
</h3>
|
||||
{% if post.description %}
|
||||
<p class="mt-3 text-sm font-normal leading-6 text-gray-500 text-left">
|
||||
<p class="mt-3 text-sm font-normal text-gray-500 text-left">
|
||||
{{ post.description }}
|
||||
</p>
|
||||
{% endif %}
|
||||
@@ -25,7 +25,7 @@
|
||||
class="w-8 h-8 rounded-full bg-gray-200 border-2 border-white"></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="flex flex-col text-xs leading-none uppercase">
|
||||
<div class="flex flex-col text-left leading-none uppercase">
|
||||
<p class="text-gray-700 text-xs">{{ post.extra.author }}</p>
|
||||
<p class="text-gray-700 text-xs">
|
||||
<time datetime="{{post.date}}">
|
||||
|
||||
Reference in New Issue
Block a user