11{{/*
2- Licensed to the Apache Software Foundation (ASF) under one
3- or more contributor license agreements. See the NOTICE file
4- distributed with this work for additional information
5- regarding copyright ownership. The ASF licenses this file
6- to you under the Apache License, Version 2.0 (the
7- "License"); you may not use this file except in compliance
8- with the License. You may obtain a copy of the License at
2+ Licensed to the Apache Software Foundation (ASF) under one
3+ or more contributor license agreements. See the NOTICE file
4+ distributed with this work for additional information
5+ regarding copyright ownership. The ASF licenses this file
6+ to you under the Apache License, Version 2.0 (the
7+ "License"); you may not use this file except in compliance
8+ with the License. You may obtain a copy of the License at
99
10- http://www.apache.org/licenses/LICENSE-2.0
10+ http://www.apache.org/licenses/LICENSE-2.0
1111
12- Unless required by applicable law or agreed to in writing,
13- software distributed under the License is distributed on an
14- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15- KIND, either express or implied. See the License for the
16- specific language governing permissions and limitations
17- under the License.
12+ Unless required by applicable law or agreed to in writing,
13+ software distributed under the License is distributed on an
14+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+ KIND, either express or implied. See the License for the
16+ specific language governing permissions and limitations
17+ under the License.
1818*/}}
1919
2020<!doctype html>
2121< html lang ="{{ .Site.Language.Lang }} " class ="no-js ">
22+
2223< head >
2324 {{ partial "head.html" . }}
2425</ head >
26+
2527< body class ="td-{{ .Kind }} ">
26- < header >
27- {{ partial "navbar.html" . }}
28- </ header >
29- < div class ="container-fluid td-default ">
30- {{ block "animation-header" . }}{{ end }}
31- < div class ="home-page-layout base-layout ">
32- < main role ="main " class ="td-main container ">
33- {{ block "main" . }}{{ end }}
34- </ main >
35- {{ partial "suggest-change" . }}
28+ < header >
29+ {{ partial "navbar.html" . }}
30+ </ header >
31+ < div class ="container-fluid td-default ">
32+ {{ block "animation-header" . }}{{ end }}
33+ < div class ="home-page-layout base-layout ">
34+ < main role ="main " class ="td-main container ">
35+ {{ block "main" . }}{{ end }}
36+ </ main >
37+ {{ partial "suggest-change" . }}
38+ {{ partial "page-scroll-button.html" . }}
39+ </ div >
3640 </ div >
37- </ div >
38- {{ partialCached "footer.html" . }}
39- {{ partial "scripts.html" . }}
41+ {{ partialCached "footer.html" . }}
42+ {{ partial "scripts.html" . }}
4043</ body >
4144{{ with .Site.Data.webpack }}
42- < script src ="{{ relURL .main.js }} "> </ script >
45+ < script src ="{{ relURL .main.js }} "> </ script >
4346{{ end }}
44- </ html >
47+
48+ </ html >
0 commit comments