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>
8383 < div id ="content-wrapper ">
8484 < div class ="inner ">
8585 {{ partial "site-root.html" . }}
86- {{ partial "footer.html" . }}
86+ {{ partialCached "footer.html" . }}
8787 </ div > <!-- .inner -->
8888 </ div > <!-- #content-wrapper -->
8989 {{ else if (isset .Params "book") }}
@@ -111,7 +111,7 @@ <h1>{{ .Params.book.section.cs_number }} {{ .Params.book.chapter.title }} - {{ .
111111 {{ end }}
112112 </ div >
113113 </ div >
114- {{ partial "footer.html" . }}
114+ {{ partialCached "footer.html" . }}
115115 </ div >
116116 {{ else if (isset .Params "docname") }}
117117 < div class ="inner ">
@@ -144,7 +144,7 @@ <h3 hidden="true" data-pagefind-weight="{{ $weight }}">{{ $command_name }}</h3>
144144 </ div >
145145 </ div >
146146 </ div >
147- {{ partial "footer.html" . }}
147+ {{ partialCached "footer.html" . }}
148148 </ div >
149149 {{ else }}
150150 < div class ="inner ">
@@ -181,7 +181,7 @@ <h1 data-pagefind-meta="title">About{{ if (isset .Params "subtitle") }} - {{ .Pa
181181 {{ end }}
182182 </ div >
183183 </ div >
184- {{ partial "footer.html" . }}
184+ {{ partialCached "footer.html" . }}
185185 </ div >
186186 {{ end }}
187187
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ <h3>Community</h3>
4343 </ div >
4444 </ section >
4545 < section id ="front-downloads ">
46- {{ partial "monitor.html" . }}
46+ {{ partialCached "monitor.html" . }}
4747 < table >
4848 < tr >
4949 < 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