Fix no title elements in HTML fo all pages (#8529)
This commit is contained in:
parent
28341b5ec4
commit
813e1157d9
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue