Skip to content

Commit

Permalink
blog.html and its link added
Browse files Browse the repository at this point in the history
  • Loading branch information
dheerosaur committed May 4, 2011
1 parent b6de61c commit 0f74645
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ <h1 id="logo">
</h1>
<nav id="nav">
<ul>
<li><a href="#">about</a></li>
<li><a href="#">blog</a></li>
<li><a href="#">contact</a></li>
<li><a href="/">about</a></li>
<li><a href="/blog.html">blog</a></li>
<li><a href="/">contact</a></li>
</ul>
</nav>
<ul id="social-icons">
Expand Down
12 changes: 12 additions & 0 deletions blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: default
title: Dheeraj Sayala
---


<section id="main">
<section id="about-me">
No posts yet. I used to keep a learn log <a href="http://dheerosaur.blogspot.com">here</a>

</section>
</section>

0 comments on commit 0f74645

Please sign in to comment.