summaryrefslogtreecommitdiffstats
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2019-04-10 20:01:29 +0200
committerDennis Eriksen <d@ennis.no>2019-04-10 20:01:29 +0200
commit59e1226bfb0801c723f112a7c606d6d6f6fc09fb (patch)
treeb2668c0c058912e92641357e26a81a6d709a5697 /layouts/partials/header.html
parentadding readme (diff)
downloadrikerz-59e1226bfb0801c723f112a7c606d6d6f6fc09fb.tar.gz
settling on design, adding giraffe, fixing css
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
deleted file mode 100644
index 45614b8..0000000
--- a/layouts/partials/header.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!doctype html>
-<html class="no-js" lang="">
-
-<head>
- <meta charset="utf-8">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <title>{{ .Title }} {{ if ne .Title .Site.Title }} &middot; {{ .Site.Title }}{{ end }}</title>
- <meta name="description" content="">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-
- <link rel="stylesheet" href="css/normalize.css">
- <link rel="stylesheet" href="css/main.css">
-</head>
-
-<body>
- <main>