mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 13:21:35 +01:00
feat: adjust some styles
This commit is contained in:
parent
f9b448197c
commit
82f3f69af2
9 changed files with 122 additions and 64 deletions
|
|
@ -13,7 +13,7 @@
|
|||
{% for post in posts %}
|
||||
<li>
|
||||
<div class="my-2 flex items-center justify-between">
|
||||
<a class="no-underline" href="{{ post.permalink }}">{{ post.title }}</a>
|
||||
<a class="secondary-link" href="{{ post.permalink }}">{{ post.title }}</a>
|
||||
<time class="font-mono text-sm opacity-60">{{ post.date | date(format="%m-%d") }}</time>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue