Add favicon package and favicon

This commit is contained in:
Moris Zen
2018-09-05 12:15:12 +02:00
parent 897d026432
commit 7741a06229
8 changed files with 456 additions and 66 deletions

View File

@@ -25,9 +25,10 @@ class PostDefault extends Component {
},
]}
/>
<main className="container mx-auto p-4 sm:p-10">
<h1>Specific Post - {data.wordpressPost.title}</h1>
<main className="container mx-auto p-4 max-w-lg sm:p-10">
<h1>{data.wordpressPost.title}</h1>
<div
className="leading-normal blog-post"
dangerouslySetInnerHTML={{
__html: data.wordpressPost.content,
}}