@@ -1,8 +1,6 @@
|
||||
<template>
|
||||
<div class="px-5 font-ibmmono mb-5">
|
||||
<h4 class="font-semibold text-slate-800 text-xl antialiased p-2">
|
||||
Typescript
|
||||
</h4>
|
||||
<div class="px-10 font-ibmmono mb-6 text-slate-700">
|
||||
<h4 class="font-semibold text-xl antialiased">Typescript</h4>
|
||||
<div class="px-10">
|
||||
<archive-post-card v-for="n in 5" :key="n" />
|
||||
</div>
|
||||
|
||||
@@ -1,11 +1,19 @@
|
||||
<template>
|
||||
<div class="font-ibmmono">
|
||||
<nuxt-link class="flex items-baseline space-x-3 space-y-2" to="/">
|
||||
<icon name="arcticons:blogger" />
|
||||
<h4 class="text-blue-600 hover:underline">
|
||||
<span class="mr-4 text-slate-600">22-10-2020</span> This is a archive
|
||||
post link
|
||||
</h4>
|
||||
</nuxt-link>
|
||||
<div class="font-ibmmono group mb-2 group">
|
||||
<div class="flex items-center space-x-3 space-y-2">
|
||||
<icon name="ant-design:arrow-right-outlined" />
|
||||
<div>
|
||||
<nuxt-link
|
||||
to="/"
|
||||
class="group-hover:underline group-hover:text-sky-500"
|
||||
>
|
||||
This is a archive post link
|
||||
</nuxt-link>
|
||||
<div class="flex italic text-sm items-center space-x-2">
|
||||
<icon name="material-symbols:calendar-month" />
|
||||
<p class="text-xs">22 Jan 2022</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -7,7 +7,7 @@ const { data } = await useAsyncData("home", () => queryContent("/").find());
|
||||
|
||||
<template>
|
||||
<div class="container mx-auto max-w-6xl font-ibmmono antialiased">
|
||||
<h1 class="font-semibold text-3xl mt-10 py-3 mx-5 text-slate-800">
|
||||
<h1 class="font-semibold text-3xl mt-10 mb-5 py-3 mx-5 text-slate-800">
|
||||
ALL CONTENTS
|
||||
</h1>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user