Fix no title elements in HTML fo all pages (#8529)

This commit is contained in:
Kazuki Suda
2018-05-19 02:44:52 +09:00
committed by k8s-ci-robot
parent 28341b5ec4
commit 813e1157d9
+1
View File
@@ -1,4 +1,5 @@
<meta charset="utf-8">
<title>{{ if .Title }}{{ .Title }} - {{ end }}{{ .Site.Title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="{{ "images/favicon.png" | relURL }}">
<link rel="stylesheet" type="text/css" href="/css/base_fonts.css">