Files
alexis.lahouze.org/layouts/_partials/header.html
T
alahouze 9fc9d86024
ci/woodpecker/push/woodpecker Pipeline was successful
Menu de type ls.
2026-03-18 23:09:00 +01:00

15 lines
324 B
HTML

{{ partial "breadcrumb.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: */}}