This commit is contained in:
Lorin Werthen 2017-12-16 19:25:51 +01:00
parent 4c55e46a91
commit 6701ed9ab7
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0
3 changed files with 7 additions and 6 deletions

View file

@ -13,7 +13,7 @@ $orange: $zeus-orange;
$blue: $zeus-blue; $blue: $zeus-blue;
$turquoise: #30D1B2; $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; $link-visited: $orange;

View file

@ -1,7 +1,7 @@
<article class="blogpost column is-offset-2 is-8" markdown="1"> <article class="blogpost column is-offset-2 is-8" markdown="1">
<% if item[:toc] %> <% 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"> <p class="menu-label">
Inhoudstabel Inhoudstabel
</p> </p>

View file

@ -10,6 +10,7 @@
</title> </title>
<link rel="icon" href="/assets/images/favicon32.png" type="image/x-icon" /> <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 %>"> <meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
@ -32,13 +33,13 @@
<!-- Custom CSS --> <!-- Custom CSS -->
<%= asset :css, :main %> <%= asset :css, :main %>
<!-- Font Awesome --> <!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<!-- Animate.css --> <!-- Animate.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<!-- External JS --> <!-- External JS -->
<!-- Google Analytics --> <!-- Google Analytics -->
<script async src='https://www.google-analytics.com/analytics.js'></script> <script async src='https://www.google-analytics.com/analytics.js'></script>
@ -54,7 +55,7 @@
a.appendChild(r); a.appendChild(r);
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv='); })(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script> </script>
<%= content_for(@item, :head) %> <%= content_for(@item, :head) %>
</head> </head>