We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0250a0e commit 8de9e1aCopy full SHA for 8de9e1a
_includes/head.html
@@ -0,0 +1,12 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>{{ page.title }}</title>
6
+ <meta http-equiv="X-UA-Compatible" content="chrome=1">
7
+ <link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
8
+ <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/stylesheets/stylesheet.css" media="screen">
9
+ <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/stylesheets/pygment_trac.css" media="screen">
10
+ <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/stylesheets/print.css" media="print">
11
+ </head>
12
+ <body>
0 commit comments