ataricode.com/layouts/partials/head.html

11 lines
469 B
HTML
Raw Normal View History

<head>
2023-01-25 14:35:48 +00:00
{{ with .OutputFormats.Get "rss" -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{{ $css := "css/index.css" | relURL }}
<link rel="stylesheet" href="{{ $css }}">
<title class="title-text">{{ .Title }}</title>
{{ partial "favicon.html" . }}
</head>