Fix baseof titling.
This commit is contained in:
parent
56aba374b8
commit
6e9771cffc
3
content/_index.md
Normal file
3
content/_index.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title:
|
||||||
|
---
|
@ -9,7 +9,7 @@
|
|||||||
<link rel="stylesheet" href="/light-theme.css">
|
<link rel="stylesheet" href="/light-theme.css">
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
<link rel="shortcut icon" href="/favicon.ico">
|
||||||
|
|
||||||
<title>{{ block "title" . }} {{ .Site.Title }} {{ end }}</title>
|
<title>{{ .Site.Title }} {{ block "title" . }} {{ with .Title }} | {{ . }} {{ end }} {{ end }}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user