Update for 0.9
This commit is contained in:
parent
44fc7c7b40
commit
dc2746a93f
9 changed files with 52 additions and 50 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import React from 'react'
|
||||
import { config } from 'config'
|
||||
import { rhythm } from 'utils/typography'
|
||||
import { link } from 'gatsby-helpers'
|
||||
import { prefixLink } from 'gatsby-helpers'
|
||||
|
||||
class Bio extends React.Component {
|
||||
render () {
|
||||
|
|
@ -12,7 +12,7 @@ class Bio extends React.Component {
|
|||
}}
|
||||
>
|
||||
<img
|
||||
src={link('/kyle-round-small-pantheon.jpg')}
|
||||
src={prefixLink('/kyle-round-small-pantheon.jpg')}
|
||||
style={{
|
||||
float: 'left',
|
||||
marginRight: rhythm(1/4),
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import React from 'react'
|
||||
import { Link } from 'react-router'
|
||||
import { link } from 'gatsby-helpers'
|
||||
import { prefixLink } from 'gatsby-helpers'
|
||||
import { prune, include as includes } from 'underscore.string'
|
||||
import find from 'lodash/find'
|
||||
import { rhythm, fontSizeToMS } from 'utils/typography'
|
||||
|
|
@ -44,7 +44,7 @@ class ReadNext extends React.Component {
|
|||
>
|
||||
<Link
|
||||
to={{
|
||||
pathname: link(nextPost.path),
|
||||
pathname: prefixLink(nextPost.path),
|
||||
query: {
|
||||
readNext: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue