Disabled Blog route for the time being.

This commit is contained in:
2018-10-31 21:33:17 +11:00
parent 23c003519a
commit e9434c69b6
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ const Navbar = props => {
{/* Desktop / Tablet Screen Links */}
<NavbarLink to="/" title={lang.navbar.home} exact />
<NavbarLink to="/blog" title={lang.navbar.blog} exact />
{/*<NavbarLink to="/blog" title={lang.navbar.blog} exact />*/}
<NavbarLink to="/contact" title={lang.navbar.contact} exact />
{/* Hamburger Menu for smaller screens */}