Back to Leetcode Go

{{ partial "docs/title" . }}

website/themes/book/layouts/partials/docs/html-head.html

1.7.1979 B
Original Source

{{- template "_internal/opengraph.html" . -}}

{{ partial "docs/title" . }} | {{ .Site.Title -}}{{- $manifest := resources.Get "manifest.json" | resources.ExecuteAsTemplate "manifest.json" . }}{{- range .Translations }}{{ end -}}{{- $styles := resources.Get "book.scss" | resources.ExecuteAsTemplate "book.scss" . | resources.ToCSS | resources.Minify | resources.Fingerprint }}{{- if default true .Site.Params.BookSearch }} {{- $searchJSFile := printf "%s.search.js" .Language.Lang }} {{- $searchJS := resources.Get "search.js" | resources.ExecuteAsTemplate $searchJSFile . | resources.Minify | resources.Fingerprint }} {{ end -}} {{- if .Site.Params.BookServiceWorker }}{{- $swJS := resources.Get "serviceworker-v1.js" | resources.Minify | resources.Fingerprint }} {{ end -}} {{- template "_internal/google_analytics_async.html" . -}}{{- with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{ "" | safeHTML }}