Files
Hyperlight/layouts/_default/baseof.html

24 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ .Site.Title }} | {{ if .Params.Title }}{{ .Params.Title }}{{else}}Production Management & Lighting/PA/AV Hire, Sales and Install{{ end }}</title>
<link rel="icon" type="image/x-icon" href="/favicon_192_3.ico" sizes="192x192">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ if .Params.Description }}{{ .Params.Description }}{{else}}Hyperlight provide hire, operation and installation of lighting, audio/PA and AV equipment and systems to the public and trade in Nottingham, Derby, Leicester and throughout the Midlands and UK.{{ end }}"/>
<link rel="preload" href="/LeagueSpartan-VF.woff2" as="font" type="font/woff2" crossorigin>
<style>
</style>
<link rel="stylesheet" href="/main.css">
</head>
<body>
{{ partial "header.html" . }}
<main style="max-width: 90vw; margin-left: auto; margin-right: auto;">
{{ block "main" . }}
{{ end }}
</main>
<!-- Footer -->
{{ partial "footer.html" . }}
</body>