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 */
//$solarized: light;
$solarized: light;
/* If you want to tweak the Solarized colors you can do that here */
//$base03: #002b36; //darkest blue

View File

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

View File

@ -1 +1 @@
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>

View File

@ -2,4 +2,6 @@
<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/index">Magazine Archives</a></li>
<li><a id="new" href="{{ root_url }}/blog/internship">Internships</a></li>
</ul>

View File

@ -1 +1 @@
{% include custom/navigation.html %}
{% include custom/navigation.html %}