aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/header.html
blob: bb80d331c7089a2ba3214bae6dccf8ae54dd0731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html>
  <head>
    <title>{{.Title}} | Kaldi</title>
    <link rel="stylesheet" href="/css/main.css"/>

    <meta charset="utf-8">
  	<meta http-equiv="x-ua-compatible" content="ie=edge">
  	<meta name="viewport" content="width=device-width, initial-scale=1">

    <link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,700" rel="stylesheet">
  </head>

  <body class="sans-serif">