Nuxt Content 3 migration #12
@ -24,7 +24,6 @@ const prettyDate = latestDate.format("DD MMM YYYY");
|
|||||||
:href="latest._path"
|
:href="latest._path"
|
||||||
color="lightblue"
|
color="lightblue"
|
||||||
title="Latest blog post"
|
title="Latest blog post"
|
||||||
:clearstyles="false"
|
|
||||||
>
|
>
|
||||||
<h2 class="m-0 mt-4 mb-1">{{ latest.title }}</h2>
|
<h2 class="m-0 mt-4 mb-1">{{ latest.title }}</h2>
|
||||||
<p class="text-sm text-gray-500 m-0">
|
<p class="text-sm text-gray-500 m-0">
|
||||||
|
@ -58,7 +58,7 @@ const height = forceheight ?? "auto";
|
|||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 90vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -23,7 +23,7 @@ const prettyDate = latestDate.format("DD MMM YYYY");
|
|||||||
<HomeStatBox :href="latest._path" color="lightgreen" title="Latest story">
|
<HomeStatBox :href="latest._path" color="lightgreen" title="Latest story">
|
||||||
<h2 class="m-0 mt-4 mb-1">{{ latest.title }}</h2>
|
<h2 class="m-0 mt-4 mb-1">{{ latest.title }}</h2>
|
||||||
<p class="text-sm text-gray-500 m-0">
|
<p class="text-sm text-gray-500 m-0">
|
||||||
{{ prettyDate }} · {{ latest.readingTime.text }}
|
{{ prettyDate }} · {{ latest.readingTime.words }} words
|
||||||
</p>
|
</p>
|
||||||
<div class="tag-list mt-1">
|
<div class="tag-list mt-1">
|
||||||
<Tag
|
<Tag
|
||||||
|
@ -10,8 +10,6 @@ tags:
|
|||||||
|
|
||||||
I let out a loud exhale as my fingers twitched in front of the keyboard. Someone else walked by.
|
I let out a loud exhale as my fingers twitched in front of the keyboard. Someone else walked by.
|
||||||
|
|
||||||
<!-- more -->
|
|
||||||
|
|
||||||
“Um, Siava, are you all right?”
|
“Um, Siava, are you all right?”
|
||||||
|
|
||||||
I fought to keep my hands under control as they strained for something, anything to latch onto and ruin. *Bad hands. Do not strangle her. She is your friend. Friends are good. Friends are helpful. Friends are calming.*
|
I fought to keep my hands under control as they strained for something, anything to latch onto and ruin. *Bad hands. Do not strangle her. She is your friend. Friends are good. Friends are helpful. Friends are calming.*
|
||||||
|
Loading…
Reference in New Issue
Block a user