ataricode.com/layouts/partials/head.html

14 lines
518 B
HTML
Raw Normal View History

<head>
2023-01-25 14:49:03 +00:00
<!-- RSS -->
{{ if .OutputFormats.Get "RSS" }}
<link rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}"
href='{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}' />
{{ 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>