Remove the "projects" page

This commit is contained in:
2020-04-12 14:10:58 -04:00
parent a2853cb757
commit 68fd13176d
3 changed files with 1 additions and 11 deletions

View File

@ -1,8 +1,6 @@
<div class="navbar">
<a href="{{ "/" | prepend: site.baseurl }}">Home</a>
<span class="separator"></span>
<a href="{{ "/projects/" | prepend: site.baseurl }}">Projects</a>
<span class="separator"></span>
<a href="{{ "/about/" | prepend: site.baseurl }}">About</a>
<span class="separator"></span>
<a href="{{ "/feed.xml" | prepend: site.baseurl }}">RSS</a>