File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ <h1>Redirecting…</h1>
83
83
< div id ="content-wrapper ">
84
84
< div class ="inner ">
85
85
{{ partial "site-root.html" . }}
86
- {{ partial "footer.html" . }}
86
+ {{ partialCached "footer.html" . }}
87
87
</ div > <!-- .inner -->
88
88
</ div > <!-- #content-wrapper -->
89
89
{{ else if (isset .Params "book") }}
@@ -111,7 +111,7 @@ <h1>{{ .Params.book.section.cs_number }} {{ .Params.book.chapter.title }} - {{ .
111
111
{{ end }}
112
112
</ div >
113
113
</ div >
114
- {{ partial "footer.html" . }}
114
+ {{ partialCached "footer.html" . }}
115
115
</ div >
116
116
{{ else if (isset .Params "docname") }}
117
117
< div class ="inner ">
@@ -144,7 +144,7 @@ <h3 hidden="true" data-pagefind-weight="{{ $weight }}">{{ $command_name }}</h3>
144
144
</ div >
145
145
</ div >
146
146
</ div >
147
- {{ partial "footer.html" . }}
147
+ {{ partialCached "footer.html" . }}
148
148
</ div >
149
149
{{ else }}
150
150
< div class ="inner ">
@@ -181,7 +181,7 @@ <h1 data-pagefind-meta="title">About{{ if (isset .Params "subtitle") }} - {{ .Pa
181
181
{{ end }}
182
182
</ div >
183
183
</ div >
184
- {{ partial "footer.html" . }}
184
+ {{ partialCached "footer.html" . }}
185
185
</ div >
186
186
{{ end }}
187
187
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ <h3>Community</h3>
43
43
</ div >
44
44
</ section >
45
45
< section id ="front-downloads ">
46
- {{ partial "monitor.html" . }}
46
+ {{ partialCached "monitor.html" . }}
47
47
< table >
48
48
< tr >
49
49
< td nowrap ="true "> < a href ="{{ relURL "downloads /guis" }}" class="icon gui " id ="gui-link "> Graphical UIs</ a > </ td >
Original file line number Diff line number Diff line change 1
- {{ partial "monitor.html" . }}
1
+ {{ partialCached "monitor.html" . }}
You can’t perform that action at this time.
0 commit comments