Menu de type ls.
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-18 23:09:00 +01:00
parent 360ab46988
commit 9fc9d86024
5 changed files with 118 additions and 1 deletions
+11 -1
View File
@@ -1,4 +1,14 @@
{{ partial "breadcrumb.html" . }}
{{ partial "menu.html" . }}
{{ partial "lsmenu.html" (cond .IsNode . .CurrentSection) }}
<div class="cmdblock">
<p aria-hidden="true" class="prompt">
{{ if .IsNode }}
sommaire .
{{ else }}
cat {{ .LinkTitle }}
{{ end }}
</p>
</div>
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}