File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22< div class ="flex items-start justify-between ">
33 < h1 data-pagefind-weight ="10 "> {{ .Title | safeHTML }}</ h1 >
44 < div class ="md-dropdown ml-auto hidden lg:block ">
5- {{ partial "md-dropdown.html" . }}
5+ {{ partialCached "md-dropdown.html" "-" "-" }}
66 </ div >
77</ div >
88< div class ="block lg:hidden ">
Original file line number Diff line number Diff line change 44{{- range .AlternativeOutputFormats -}}
55 < link rel ="{{ .Rel }} " type ="{{ .MediaType.Type }} " href ="{{ .Permalink }} " />
66{{ end -}}
7- {{ partial "utils/css.html" "-" }}
7+ {{ partialCached "utils/css.html" "- " "-" }}
88< link href ="/pagefind/pagefind-component-ui.css " rel ="stylesheet ">
99{{- if hugo.IsProduction -}}
1010 < script
Original file line number Diff line number Diff line change 77 class ="bg-white dark:bg-gray-800 hover:bg-gray-50 dark:hover:bg-gray-700 flex cursor-pointer items-center gap-2 px-3 py-2 text-sm transition-colors whitespace-nowrap text-gray-900 dark:text-white "
88 >
99 < span class ="icon-svg icon-sm ">
10- {{ partial "icon" "content_copy" }}
10+ {{ partialCached "icon" "content_copy " "content_copy" }}
1111 </ span >
1212 < span class ="icon-svg icon-sm hidden ">
13- {{ partial "icon" "check_circle" }}
13+ {{ partialCached "icon" "check_circle " "check_circle" }}
1414 </ span >
1515 < span > Copy as Markdown</ span >
1616 </ button >
Original file line number Diff line number Diff line change 9393
9494 {{/* Load the YouTube player if the page embeds a YouTube video */}}
9595 {{ with .Store.Get "youtube" }}
96- {{ partial "youtube-script.html" . }}
96+ {{ partialCached "youtube-script.html" "-" "-" }}
9797 {{ end }}
9898 </ body >
9999</ html >
Original file line number Diff line number Diff line change 88 < div class ="flex items-start justify-between gap-4 ">
99 < h1 > {{ .Title }}</ h1 >
1010 < div class ="md-dropdown ml-auto mr-4 hidden lg:block ">
11- {{ partial "md-dropdown.html" . }}
11+ {{ partialCached "md-dropdown.html" "-" "-" }}
1212 </ div >
1313 </ div >
1414 < div class ="overflow-x-auto ">
You can’t perform that action at this time.
0 commit comments