Splitting up into partials
This commit is contained in:
parent
3612009d32
commit
46c25611b6
6 changed files with 50 additions and 34 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="../css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="../css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue