mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-10 18:26:15 +02:00
added read time on index and post pages
This commit is contained in:
@@ -255,7 +255,7 @@ exports[`IndexTemplate renders correctly 1`] = `
|
||||
<time
|
||||
dateTime="September 1, 2016"
|
||||
>
|
||||
September 2016
|
||||
September 1, 2016
|
||||
</time>
|
||||
<span />
|
||||
<span>
|
||||
@@ -279,7 +279,8 @@ exports[`IndexTemplate renders correctly 1`] = `
|
||||
<a
|
||||
href="/posts/perfecting-the-art-of-perfection"
|
||||
>
|
||||
Read
|
||||
Read (
|
||||
)
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
@@ -287,7 +288,7 @@ exports[`IndexTemplate renders correctly 1`] = `
|
||||
<time
|
||||
dateTime="September 1, 2016"
|
||||
>
|
||||
September 2016
|
||||
September 1, 2016
|
||||
</time>
|
||||
<span />
|
||||
<span>
|
||||
@@ -311,7 +312,8 @@ exports[`IndexTemplate renders correctly 1`] = `
|
||||
<a
|
||||
href="/posts/the-birth-of-movable-type"
|
||||
>
|
||||
Read
|
||||
Read (
|
||||
)
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user