File tree Expand file tree Collapse file tree 4 files changed +672
-491
lines changed Expand file tree Collapse file tree 4 files changed +672
-491
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,16 @@ watch(currentPage, () => {
79
79
<LoadPost :permalink =" post.permalink" :truncate =" 220" />
80
80
</div >
81
81
<div class =" card-footer bg-dark p-0 rounded-bottom overflow-hidden" >
82
- <div class =" d-flex align-items-center ps-3" >
83
- <Icon class =" text-light" name =" solar:calendar-linear" size =" 1.1rem" />
84
- <small class =" text-body-secondary ms-1" itemprop =" datePublished" :content =" formatDate(post.fecha, { type: 'iso' })" >
85
- {{ formatDate(post.fecha) }}
86
- </small >
87
- <NuxtLink class =" hover ms-auto bg-primary text-light py-1 px-3" :to =" `/p/${post.permalink}`" >
88
- <small >{{ t("abrir") }} <Icon name =" solar:arrow-right-bold" size =" 1.5rem" /></small >
82
+ <div class =" d-flex align-items-center justify-content-between" >
83
+ <div class =" d-flex align-items-center gap-2 ms-3" >
84
+ <Icon class =" text-light" name =" solar:calendar-linear" size =" 1.1rem" />
85
+ <span class =" text-body-secondary small" itemprop =" datePublished" :content =" formatDate(post.fecha, { type: 'iso' })" >
86
+ {{ formatDate(post.fecha) }}
87
+ </span >
88
+ </div >
89
+ <NuxtLink class =" hover bg-primary text-light py-1 px-3 d-flex align-items-center" :to =" `/p/${post.permalink}`" >
90
+ <span class =" small" >{{ t("abrir") }}</span >
91
+ <Icon name =" solar:arrow-right-bold" size =" 1.5rem" />
89
92
</NuxtLink >
90
93
</div >
91
94
</div >
Original file line number Diff line number Diff line change @@ -71,13 +71,16 @@ useHead({
71
71
<LoadPost :permalink =" post.permalink" :truncate =" 220" />
72
72
</div >
73
73
<div class =" card-footer bg-dark p-0 rounded-bottom overflow-hidden" >
74
- <div class =" d-flex align-items-center ps-3" >
75
- <Icon class =" text-light" name =" solar:calendar-linear" size =" 1.1rem" />
76
- <small class =" text-body-secondary ms-1" :title =" String(post.fecha)" itemprop =" datePublished" :content =" formatDate(post.fecha, { type: 'iso' })" >
77
- {{ formatDate(post.fecha) }}
78
- </small >
79
- <NuxtLink class =" hover ms-auto bg-primary text-light py-1 px-3" :to =" `/p/${post.permalink}`" >
80
- <small >{{ t("abrir") }} <Icon name =" solar:arrow-right-bold" size =" 1.5rem" /></small >
74
+ <div class =" d-flex align-items-center justify-content-between" >
75
+ <div class =" d-flex align-items-center gap-2 ms-3" >
76
+ <Icon class =" text-light" name =" solar:calendar-linear" size =" 1.1rem" />
77
+ <span class =" text-body-secondary small" :title =" String(post.fecha)" itemprop =" datePublished" :content =" formatDate(post.fecha, { type: 'iso' })" >
78
+ {{ formatDate(post.fecha) }}
79
+ </span >
80
+ </div >
81
+ <NuxtLink class =" hover bg-primary text-light py-1 px-3 d-flex align-items-center" :to =" `/p/${post.permalink}`" >
82
+ <span class =" small" >{{ t("abrir") }}</span >
83
+ <Icon name =" solar:arrow-right-bold" size =" 1.5rem" />
81
84
</NuxtLink >
82
85
</div >
83
86
</div >
Original file line number Diff line number Diff line change 34
34
},
35
35
"devDependencies" : {
36
36
"@ckeditor/ckeditor5-vue" : " ^6.0.0" ,
37
- "@cloudflare/workers-types" : " ^4.20240718 .0" ,
37
+ "@cloudflare/workers-types" : " ^4.20240725 .0" ,
38
38
"@glidejs/glide" : " ^3.6.2" ,
39
39
"@nuxt/eslint" : " ^0.3.13" ,
40
- "@nuxt/icon" : " ^1.2 .1" ,
40
+ "@nuxt/icon" : " ^1.3 .1" ,
41
41
"@nuxt/scripts" : " ^0.6.4" ,
42
42
"@nuxthub/core" : " ^0.7.1" ,
43
43
"@nuxtjs/sitemap" : " ^5.3.5" ,
48
48
"@vue-email/render" : " ^0.0.9" ,
49
49
"bootstrap" : " ^5.3.3" ,
50
50
"chart.js" : " ^4.4.3" ,
51
- "ckeditor5" : " ^42.0.1 " ,
51
+ "ckeditor5" : " ^42.0.2 " ,
52
52
"drizzle-kit" : " ^0.23.0" ,
53
- "drizzle-orm" : " ^0.32.0 " ,
54
- "eslint" : " ^9.7 .0" ,
53
+ "drizzle-orm" : " ^0.32.1 " ,
54
+ "eslint" : " ^9.8 .0" ,
55
55
"nodemailer" : " ^6.9.14" ,
56
56
"nuxt" : " ^3.12.4" ,
57
57
"nuxt-aos" : " ^1.2.5" ,
60
60
"stylelint-config-standard" : " ^36.0.1" ,
61
61
"typescript" : " ^5.5.3" ,
62
62
"vue-tsc" : " ^2.0.26" ,
63
- "wrangler" : " ^3.65 .1" ,
63
+ "wrangler" : " ^3.67 .1" ,
64
64
"zod" : " ^3.23.8"
65
65
},
66
- "packageManager" : " pnpm@9.5 .0"
66
+ "packageManager" : " pnpm@9.6 .0"
67
67
}
You can’t perform that action at this time.
0 commit comments