feat: Make my blog much prettier
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
<div class="horizontal-center">
|
||||
<div class="post-list-item">
|
||||
<h2><a class="post-list-item-title" href="/{{ slug }}.html">{{ title }}</a></h2>
|
||||
<!-- Post item -->
|
||||
<div class="w-4/5 py-4">
|
||||
<a href="/{{ slug }}.html">
|
||||
<h1 class="prose prose-h1 text-2xl text-indigo-400">{{ title }}</h1>
|
||||
</a>
|
||||
|
||||
<p><b>> {{ date }}</b></p>
|
||||
<p class="prose prose-xs text-white">
|
||||
Posted on {{ date }}
|
||||
</p>
|
||||
|
||||
<div class="quote text">
|
||||
<p class="post-summary">{{ summary }}...</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="prose text-white py-2">
|
||||
{{ summary }}...
|
||||
</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user