Files
ipng.ch/themes/hugo-theme-ipng/layouts/_default/baseof.html
T
pim 318c62c289
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is failing
Add client-side search with / shortcut
Lazy-loads /index.json on first keystroke, fuzzy-matches titles and
descriptions, keyboard-navigable results (arrows, Enter, Esc).
Based on https://gist.github.com/cmod/5410eae147e4318164258742dd053993

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-30 08:26:37 +02:00

13 lines
310 B
HTML

<!DOCTYPE html>
<html lang="en">
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
<script src="/js/fastsearch.js"></script>
</body>
</html>