Skip to content

Commit

Permalink
Added About section and redirects to /blog
Browse files Browse the repository at this point in the history
  • Loading branch information
Akronix committed Oct 14, 2018
1 parent 856273a commit d352261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/header.html
@@ -1,11 +1,12 @@
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="{{ site.baseurl }}"><i class="fa fa-home"></i></a>
<a class="navbar-brand" href="{{ site.baseurl }}blog.html"><i class="fa fa-home"></i></a>
</div>
<div id="navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="{{ site.baseurl }}blog.html">BLOG</a></li>
<li><a href="/">ABOUT</a></li>
<!--
<li><a href="{{ site.baseurl }}projects.html">PROJECTS</a></li>
-->
Expand Down

0 comments on commit d352261

Please sign in to comment.