32bit.cafe/themes/32bitcafe-base/layouts/partials/head.html

10 lines
748 B
HTML

<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="A web space community that focuses on building websites for self-expression and creativity, made up of professionals, hobbyists, and enthusiasts of the personal web.">
<meta name="keywords" content="HTML, CSS, create your own website, website creation, personal website, indieweb, independent, web, smolweb, small web, yesterweb, web revival, build your own website">
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
{{ partialCached "head/css.html" . }}
{{ partial "theme.html" . }}
{{ partialCached "head/js.html" . }}