We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9360525 commit 2fd3850Copy full SHA for 2fd3850
1 file changed
templates/articles/_articles.html
@@ -24,15 +24,15 @@ <h1 class="m-2 p-2 inline-block font-bold text-2xl">{{ title }}</h1>
24
RSS
25
</a>
26
</p>
27
-
+
28
</th>
29
<th></th>
30
</tr>
31
</thead>
32
<tbody>
33
{% for list_item in list %}
34
<tr class="leading-10">
35
- <td class="w-1/6 p-0.5 pr-2 text-right dark:text-white">{{
+ <td class="w-1/6 p-0.5 pr-2 text-right dark:text-white font-mono">{{
36
list_item.date }}</td>
37
<td class="w-4/6">
38
<a class="
0 commit comments