back to article list + read only when time is known

This commit is contained in:
2022-10-11 19:45:43 +02:00
parent 1c137af313
commit bc03788355
9 changed files with 19 additions and 43 deletions

View File

@@ -281,10 +281,7 @@ exports[`CategoryTemplate renders correctly 1`] = `
</p>
<a
href="/posts/perfecting-the-art-of-perfection"
>
Read (
)
</a>
/>
</div>
<div>
<div>
@@ -314,10 +311,7 @@ exports[`CategoryTemplate renders correctly 1`] = `
</p>
<a
href="/posts/the-birth-of-movable-type"
>
Read (
)
</a>
/>
</div>
</div>
<div

View File

@@ -278,10 +278,7 @@ exports[`IndexTemplate renders correctly 1`] = `
</p>
<a
href="/posts/perfecting-the-art-of-perfection"
>
Read (
)
</a>
/>
</div>
<div>
<div>
@@ -311,10 +308,7 @@ exports[`IndexTemplate renders correctly 1`] = `
</p>
<a
href="/posts/the-birth-of-movable-type"
>
Read (
)
</a>
/>
</div>
</div>
<div

View File

@@ -32,7 +32,7 @@ exports[`PostTemplate renders correctly 1`] = `
className="hideInPrintView"
>
<a
href="/"
onClick={[Function]}
style={
{
"lineHeight": "50px",
@@ -40,7 +40,7 @@ exports[`PostTemplate renders correctly 1`] = `
}
}
>
All articles
Back to articles
</a>
<span
className="hideInPrintView"

View File

@@ -281,10 +281,7 @@ exports[`TagTemplate renders correctly 1`] = `
</p>
<a
href="/posts/perfecting-the-art-of-perfection"
>
Read (
)
</a>
/>
</div>
<div>
<div>
@@ -314,10 +311,7 @@ exports[`TagTemplate renders correctly 1`] = `
</p>
<a
href="/posts/the-birth-of-movable-type"
>
Read (
)
</a>
/>
</div>
</div>
<div