Update packages + update Typography setup
This commit is contained in:
parent
950e38687e
commit
1043f18f0c
6 changed files with 38 additions and 22 deletions
|
|
@ -3,13 +3,13 @@ import moment from 'moment';
|
|||
import DocumentTitle from 'react-document-title';
|
||||
import { link } from 'gatsby-helpers';
|
||||
import ReadNext from '../components/ReadNext';
|
||||
import { rhythm, fontSizeToMS } from 'utils/typography'
|
||||
|
||||
import '../css/zenburn.css';
|
||||
|
||||
module.exports = React.createClass({
|
||||
render: function() {
|
||||
var post, rhythm;
|
||||
rhythm = this.props.typography.rhythm;
|
||||
var post
|
||||
post = this.props.page.data;
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue