mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 12:42:28 +02:00
back to article list + read only when time is known
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user