mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
intern commit
This commit is contained in:
@ -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
|
||||
|
||||
@ -43,6 +43,7 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.container {
|
||||
@ -120,4 +121,4 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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'>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -1 +1 @@
|
||||
{% include custom/navigation.html %}
|
||||
{% include custom/navigation.html %}
|
||||
|
||||
Reference in New Issue
Block a user