Remove double head tag (#8319)
It is also included in the base template to make it well formed.
This commit is contained in:
committed by
k8s-ci-robot
parent
5851de6a90
commit
228bdfbab4
@@ -1,8 +1,6 @@
|
|||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="shortcut icon" type="image/png" href="{{ "images/favicon.png" | relURL }}">
|
<link rel="shortcut icon" type="image/png" href="{{ "images/favicon.png" | relURL }}">
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/base_fonts.css">
|
<link rel="stylesheet" type="text/css" href="/css/base_fonts.css">
|
||||||
{{ if .Params.case_study_styles }}<link rel="stylesheet" type="text/css" href="{{ "css/case_study_styles.css" | relURL }}"><!-- custom case_study_styles on -->{{ else }}<link rel="stylesheet" type="text/css" href="{{ "css/styles.css" | relURL }}"><!-- default styles.css on -->{{ end }}
|
{{ if .Params.case_study_styles }}<link rel="stylesheet" type="text/css" href="{{ "css/case_study_styles.css" | relURL }}"><!-- custom case_study_styles on -->{{ else }}<link rel="stylesheet" type="text/css" href="{{ "css/styles.css" | relURL }}"><!-- default styles.css on -->{{ end }}
|
||||||
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css">
|
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css">
|
||||||
@@ -32,4 +30,3 @@
|
|||||||
<script src="{{ "js/custom-jekyll/tags.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 -->
|
{{ 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 }}
|
||||||
</head>
|
|
||||||
Reference in New Issue
Block a user