Skip to content

Commit

Permalink
(display) remove blog page
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Lysobey committed Sep 20, 2019
1 parent f9c37e9 commit 92b13ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 51 deletions.
8 changes: 4 additions & 4 deletions src/components/header-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ import Link from 'gatsby-link'
import './header-nav.css'

const navItems = [
{
name: 'Home',
link: '/',
},
{
name: 'Music',
link: '/music',
Expand All @@ -12,10 +16,6 @@ const navItems = [
name: 'Programming',
link: '/programming',
},
{
name: 'Blog',
link: '/blog',
},
]

export const HeaderNav = () => (
Expand Down
47 changes: 0 additions & 47 deletions src/pages/blog.js

This file was deleted.

0 comments on commit 92b13ff

Please sign in to comment.