import React from 'react'; import get from 'lodash/get'; import Link from 'gatsby-link'; import Menu from '../Menu'; import Links from '../Links'; import profilePic from '../../pages/photo.jpg'; import './style.scss'; class Sidebar extends React.Component { render() { const { location } = this.props; const { author, subtitle, copyright, menu } = this.props.siteMetadata; const isHomePage = get(location, 'pathname', '/') === '/'; /* eslint-disable jsx-a11y/img-redundant-alt */ const authorBlock = (
{subtitle}
{copyright}