Ajout du fil d'Ariane.
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-11 01:38:15 +01:00
parent 9512666437
commit 39a4f5e814
5 changed files with 24 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<div class="cmdblock">
<nav aria-label="breadcrumb" class="breadcrumb">
{{- partial "cmdline" (slice "pwd") }}
<ol>
{{ range .Ancestors.Reverse }}
<li>
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
</li>
{{ end }}
<li class="active">
<a aria-current="page" href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
</li>
</ol>
</nav>
</div>
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
+2
View File
@@ -0,0 +1,2 @@
<span class="cmdline" aria-hidden="true">{{ partial "prompt" . }}{{ partial "command" . }}</span>
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
+2
View File
@@ -0,0 +1,2 @@
<span class="command">{{ delimit . " " }}</span>
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
+2
View File
@@ -1,2 +1,4 @@
{{ partial "breadcrumb.html" . }}
{{ partial "menu.html" . }} {{ partial "menu.html" . }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}} {{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
+2
View File
@@ -0,0 +1,2 @@
<span class="prompt" >$</span>
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}