Use typography-theme-wordpress-2016 as default theme
This commit is contained in:
parent
3efd74a20f
commit
a865b54d5e
8 changed files with 17 additions and 32 deletions
|
|
@ -16,7 +16,7 @@ class MarkdownWrapper extends React.Component {
|
|||
return (
|
||||
<DocumentTitle title={`${post.title} | ${config.blogTitle}`}>
|
||||
<div className="markdown">
|
||||
<h1>{post.title}</h1>
|
||||
<h1 style={{marginTop: 0}}>{post.title}</h1>
|
||||
<div dangerouslySetInnerHTML={{ __html: post.body }} />
|
||||
<em
|
||||
style={{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue