Amélioration et simplification du fil d'Ariane, encore.
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
+3
-8
@@ -92,25 +92,20 @@ a:active {
|
|||||||
//display: inline;
|
//display: inline;
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
//display: inline;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
li:not(:last-child)::after {
|
li:not(:first-child)::before {
|
||||||
content: "/";
|
content: "/";
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
li.file {
|
||||||
margin: 0;
|
opacity: 0;
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -4,11 +4,11 @@
|
|||||||
<ol>
|
<ol>
|
||||||
{{ range .Ancestors.Reverse }}
|
{{ range .Ancestors.Reverse }}
|
||||||
<li>
|
<li>
|
||||||
<a class="ancestor" href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
|
<a class="ancestor" href="{{ .RelPermalink }}" title="{{ .Title }}">{{ .LinkTitle }}</a>
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<li class="active">
|
<li class="active {{ cond .IsNode "directory" "file" }}">
|
||||||
<a aria-current="page" href="">{{ .LinkTitle }}</a>
|
<a aria-current="page" href="" title="{{ .Title }}">{{ .LinkTitle }}</a>
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
Reference in New Issue
Block a user