import React from 'react' import { Link } from 'react-router' import { prefixLink } from 'gatsby-helpers' import { config } from 'config' import '../static/css/reset.css' import '../static/css/base.css' import '../static/css/typography.css' class Template extends React.Component { render() { const {location, children} = this.props return (