@@ -64,9 +64,7 @@ const otherArticles = computed(() => articles.value.slice(1))
64
64
< / div>
65
65
< / div>
66
66
< div class = " p-6 md:w-1/2" >
67
- < h2
68
- class = " text-2xl font-semibold text-slate-800 dark:text-slate-100"
69
- >
67
+ < h2 class = " text-2xl font-semibold text-slate-800 dark:text-slate-100" >
70
68
{{ latestArticle .children [0 ]? .meta ? .title }}
71
69
< / h2>
72
70
< p class = " mt-2 text-slate-600 dark:text-slate-400" >
@@ -76,9 +74,7 @@ const otherArticles = computed(() => articles.value.slice(1))
76
74
< time class = " text-sm text-slate-500 dark:text-slate-400" >
77
75
{{ latestArticle .children [0 ]? .meta ? .date }}
78
76
< / time>
79
- < div
80
- class = " flex items-center text-sm font-medium text-sky-500"
81
- >
77
+ < div class = " flex items-center text-sm font-medium text-sky-500" >
82
78
Read article
83
79
< svg
84
80
viewBox= " 0 0 16 16"
@@ -135,9 +131,7 @@ const otherArticles = computed(() => articles.value.slice(1))
135
131
< / div>
136
132
< / div>
137
133
< div class = " p-6" >
138
- < h2
139
- class = " text-xl font-semibold text-slate-800 dark:text-slate-100"
140
- >
134
+ < h2 class = " text-xl font-semibold text-slate-800 dark:text-slate-100" >
141
135
{{ article .children [0 ]? .meta ? .title }}
142
136
< / h2>
143
137
< p class = " mt-2 text-sm text-slate-600 dark:text-slate-400" >
@@ -147,9 +141,7 @@ const otherArticles = computed(() => articles.value.slice(1))
147
141
< time class = " text-xs text-slate-500 dark:text-slate-400" >
148
142
{{ article .children [0 ]? .meta ? .date }}
149
143
< / time>
150
- < div
151
- class = " flex items-center text-sm font-medium text-sky-500"
152
- >
144
+ < div class = " flex items-center text-sm font-medium text-sky-500" >
153
145
Read article
154
146
< svg
155
147
viewBox= " 0 0 16 16"
0 commit comments