blog/themes/shockrah.xyz/layouts/partials/head.html

9 lines
299 B
HTML
Raw Normal View History

2021-08-14 20:46:18 +00:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/css/style.css">
{{ $title := print .Site.Title " | " .Title }}
{{ if .IsHome }}{{ $title = .Site.Title}}{{end}}
<title>{{ $title }}</title>
</head>