cyberpink/layouts/partials/head.html

7 lines
479 B
HTML
Raw Normal View History

2024-01-04 12:58:58 +01:00
<link rel='stylesheet' type='text/css' href='{{ .Site.BaseURL }}style.css' />
2023-08-21 23:54:26 +02:00
<link rel='alternate' type='application/rss+xml' title='{{ .Site.Title }} RSS' href='/index.xml'>
<meta name='viewport' content='width=device-width, initial-scale=1' />
<meta charset='UTF-8' />
<meta name='description' content='{{ with .Params.description }}{{ . }}{{ else }}{{ .Summary }}{{ end }}'>
{{ if $.Site.Params.pwa }}<link rel="manifest" href="{{ .Site.BaseURL }}/manifest.json" />{{ end }}