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 @@ -73,7 +73,7 @@ <h1>Redirecting…</h1>
7373 < div id ="content-wrapper ">
7474 < div class ="inner ">
7575 {{ partial "site-root.html" . }}
76- {{ partial "footer.html" . }}
76+ {{ partialCached "footer.html" . }}
7777 </ div > <!-- .inner -->
7878 </ div > <!-- #content-wrapper -->
7979 {{ else if (isset .Params "book") }}
@@ -101,7 +101,7 @@ <h1>{{ .Params.book.section.cs_number }} {{ .Params.book.chapter.title }} - {{ .
101101 {{ end }}
102102 </ div >
103103 </ div >
104- {{ partial "footer.html" . }}
104+ {{ partialCached "footer.html" . }}
105105 </ div >
106106 {{ else if (isset .Params "docname") }}
107107 < div class ="inner ">
@@ -128,7 +128,7 @@ <h3 hidden="true" data-pagefind-weight="{{ $weight }}">{{ $command_name }}</h3>
128128 </ div >
129129 </ div >
130130 </ div >
131- {{ partial "footer.html" . }}
131+ {{ partialCached "footer.html" . }}
132132 </ div >
133133 {{ else }}
134134 < div class ="inner ">
@@ -165,7 +165,7 @@ <h1 data-pagefind-meta="title">About{{ if (isset .Params "subtitle") }} - {{ .Pa
165165 {{ end }}
166166 </ div >
167167 </ div >
168- {{ partial "footer.html" . }}
168+ {{ partialCached "footer.html" . }}
169169 </ div >
170170 {{ end }}
171171
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