9 lines
405 B
HTML
9 lines
405 B
HTML
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<link rel="alternate" type="application/rss+xml" title="Atari Code" href='{{ .RelPermalink }}/index.xml' />
|
|
{{ $css := "css/index.css" | relURL }}
|
|
<link rel="stylesheet" href="{{ $css }}">
|
|
<title class="title-text">{{ .Title }}</title>
|
|
{{ partial "favicon.html" . }}
|
|
</head> |