intern commit

This commit is contained in:
wona
2012-10-20 14:50:55 +05:30
parent 974ad6bc54
commit c3a1b38962
5 changed files with 7 additions and 4 deletions

View File

@ -16,7 +16,7 @@
/* To use the light Solarized highlighting theme uncomment the following line */ /* To use the light Solarized highlighting theme uncomment the following line */
//$solarized: light; $solarized: light;
/* If you want to tweak the Solarized colors you can do that here */ /* If you want to tweak the Solarized colors you can do that here */
//$base03: #002b36; //darkest blue //$base03: #002b36; //darkest blue

View File

@ -43,6 +43,7 @@ body {
} }
} }
} }
} }
.container { .container {

View File

@ -2,4 +2,6 @@
<li><a href="{{ root_url }}/">Blog</a></li> <li><a href="{{ root_url }}/">Blog</a></li>
<li><a href="{{ root_url }}/blog/archives">Post Index</a></li> <li><a href="{{ root_url }}/blog/archives">Post Index</a></li>
<li><a href="{{ root_url }}/blog/index">Magazine Archives</a></li> <li><a href="{{ root_url }}/blog/index">Magazine Archives</a></li>
<li><a id="new" href="{{ root_url }}/blog/internship">Internships</a></li>
</ul> </ul>