whatever
This commit is contained in:
parent
4c55e46a91
commit
6701ed9ab7
3 changed files with 7 additions and 6 deletions
|
@ -13,7 +13,7 @@ $orange: $zeus-orange;
|
|||
$blue: $zeus-blue;
|
||||
$turquoise: #30D1B2;
|
||||
|
||||
$family-sans-serif: 'Lato', sans-serif;
|
||||
$family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
|
||||
$link-visited: $orange;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<article class="blogpost column is-offset-2 is-8" markdown="1">
|
||||
|
||||
<% if item[:toc] %>
|
||||
<div id="table-of-contents" class="menu column" markdown="1">
|
||||
<div id="table-of-contents" class="menu column is-4" markdown="1">
|
||||
<p class="menu-label">
|
||||
Inhoudstabel
|
||||
</p>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
</title>
|
||||
|
||||
<link rel="icon" href="/assets/images/favicon32.png" type="image/x-icon" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans" rel="stylesheet">
|
||||
|
||||
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
|
||||
|
||||
|
|
Loading…
Reference in a new issue