2018-11-09 20:08:48 +03:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`PostTemplate renders correctly 1`] = `
2022-04-16 14:25:55 +00:00
<div>
<div>
2019-05-09 16:57:42 +03:00
<a
href="/"
2018-11-09 20:08:48 +03:00
>
All Articles
2019-05-09 16:57:42 +03:00
</a>
2022-04-16 14:25:55 +00:00
<div>
<div>
<h1>
2022-01-09 20:12:31 +00:00
Perfecting the Art of Perfection
2018-11-09 20:08:48 +03:00
</h1>
<div
dangerouslySetInnerHTML={
Object {
2022-04-16 14:25:55 +00:00
"__html": "<p>An Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.</p>",
2018-11-09 20:08:48 +03:00
}
}
/>
</div>
</div>
2022-04-16 14:25:55 +00:00
<div>
<div>
<p>
2022-01-09 20:12:31 +00:00
Published
2020-09-15 15:20:35 +03:00
Sep 1, 2016
2018-11-09 20:08:48 +03:00
</p>
</div>
2022-04-16 14:25:55 +00:00
<div>
<p>
2022-01-09 20:12:31 +00:00
Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.
2019-05-09 16:57:42 +03:00
<a
href="https://www.twitter.com/#"
rel="noopener noreferrer"
target="_blank"
>
<strong>
2022-01-09 20:12:31 +00:00
John Doe
2019-05-09 16:57:42 +03:00
</strong>
on Twitter
</a>
</p>
</div>
2018-11-09 20:08:48 +03:00
</div>
2022-04-16 14:25:55 +00:00
<div />
2018-11-09 20:08:48 +03:00
</div>
</div>
`;