Files
website/layouts/partials/head.html
FreneticScribbler 4c7b7b479d Gulp system
Needs adding to the automation pipeline but manual will do for now...
2020-07-15 22:58:44 +01:00

9 lines
383 B
HTML

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{if .IsHome}}{{ $.Site.Title }}{{else}}{{.Description}}{{end}}" />
<link rel="stylesheet" type="text/css" href="/css/screen.css">
<script defer src="/js/all.min.js"></script>
</head>