mirror of
https://github.com/supleed2/supleed2-old-landing-page.git
synced 2024-11-10 03:45:49 +00:00
9 lines
461 B
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> |