make the title be the real title
This commit is contained in:
parent
40b4e7765b
commit
3321a9bac6
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ .Title }} | {{ .Site.Title }}</title>
|
||||
<title>{{ .Title }}</title>
|
||||
<link rel="stylesheet" href="{{ "css/style.css" | relURL }}" />
|
||||
<link rel="stylesheet" href="{{ "css/fonts.css" | relURL }}" />
|
||||
{{ partial "head_custom.html" . }}
|
||||
|
Loading…
Reference in New Issue
Block a user