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 changed files with 2 additions and 1 deletions

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">
@ -29,4 +30,4 @@ crossorigin="anonymous"></script>
<script src="{{ "js/script.js" | relURL }}"></script>
<script src="{{ "js/custom-jekyll/tags.js" | relURL }}"></script>
{{ with .Params.js }}{{ range (split . ",") }}<script src="{{ (trim . " ") | relURL }}"></script><!-- custom js added -->
{{ end }}{{ else }}<!-- no custom js detected -->{{ end }}
{{ end }}{{ else }}<!-- no custom js detected -->{{ end }}