Clearing out gh-pages
This commit is contained in:
commit
8761a29f5b
37 changed files with 530 additions and 0 deletions
16
layouts/partials/head.html
Normal file
16
layouts/partials/head.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
|
||||
<title>{{ .Site.Title }}</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="{{ .Site.BaseURL }}/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="{{ .Site.BaseURL }}/css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue