Initial commit; page is a clone of bonifacelabs.ca but with changed content (of course).
This commit is contained in:
18
themes/scroll/layouts/partials/header.html
Normal file
18
themes/scroll/layouts/partials/header.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!-- Document Settings -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
|
||||
<!-- Enable responsiveness on mobile devices-->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
<title> {{ .Title }} · {{ .Site.Title }} </title>
|
||||
|
||||
<meta name="HandheldFriendly" content="True" />
|
||||
<meta name="MobileOptimized" content="320" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<!--Styles'n'Scripts -->
|
||||
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/base.css" />
|
||||
</head>
|
Reference in New Issue
Block a user