aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/header.html
diff options
context:
space:
mode:
authorDarin Dimitroff <d@thecrazyones.agency>2017-01-17 17:16:36 +0200
committerDarin Dimitroff <d@thecrazyones.agency>2017-01-17 17:16:52 +0200
commit5248a576a106552a71e720314299e7269d8f5bb5 (patch)
tree1b3039845d6f3e1eb27827d8665e63accdc5c813 /site/layouts/partials/header.html
parent0115515eef708638ffe1c9c2d85ee5e479b35320 (diff)
Updates head partial and adds favicons
Renames “header” to “head”.
Diffstat (limited to 'site/layouts/partials/header.html')
-rw-r--r--site/layouts/partials/header.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/site/layouts/partials/header.html b/site/layouts/partials/header.html
deleted file mode 100644
index bb80d33..0000000
--- a/site/layouts/partials/header.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!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">