supleed2-old-landing-page/layouts/partials/head.html

9 lines
461 B
HTML

<head>
<title>{{- if .IsHome }}{{ .Site.Title }}{{- else }}{{ .Title }}{{- end }}</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="{{if .IsHome}}{{ $.Site.Params.description }}{{else}}{{.Description}}{{end}}" />
<link href="https://social.lol/@8bit" rel="me">
<link href="https://github.com/supleed2" rel="me" authn>
{{ partial "partials/style.html" . }}
</head>