reverse TIL ordering, add underlines
This commit is contained in:
parent
7fd3a00dc7
commit
49383758f9
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
|||
{% block main %}
|
||||
<main class="mt-12 max-w-md mx-auto grid gap-5 grid-cols-2 text-sm">
|
||||
<h3 class="text-center text-xs col-span-2 text-white">Inspired by <a class="underline" href="https://leebyron.com/til/">Lee Byron's TIL entry log</a> to <a class="underline" href="https://www.swyx.io/learn-in-public/">learn in public.</h3>
|
||||
{%- for post in collections.tils -%}
|
||||
{%- for post in collections.tils | reverse -%}
|
||||
<div class="flex flex-row text-white">
|
||||
<a href="{{ post.url }}">
|
||||
<a href="{{ post.url }}" class="underline">
|
||||
<h3 class="font-semibold">
|
||||
{{ post.data.title }}
|
||||
</h3>
|
||||
|
|
Loading…
Add table
Reference in a new issue