staticsite/themes/fiscleconsult/layouts/partials/head.html

9 lines
308 B
HTML
Raw Normal View History

2020-12-06 16:20:47 +00:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/global.css">
{{ $title := print .Site.Title " | " .Title }}
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
<title>{{ $title }}</title>
2020-12-08 18:21:56 +00:00
2020-12-06 16:20:47 +00:00
</head>