Remplacer types de documents h2
-> details
#79
1 changed files with 3 additions and 1 deletions
|
@ -12,13 +12,15 @@
|
|||
<p>
|
||||
{{ range . }}
|
||||
{{ $bucket_name := .Name }}
|
||||
<h2 class="heading2">{{ $bucket_name }}</h2>
|
||||
<details>
|
||||
<summary>{{ $bucket_name }}</summary>
|
||||
|
||||
<ul>
|
||||
{{ range .Documents }}
|
||||
<li> <a href="/public/documentation/{{ $bucket_name }}/{{ . }}">{{ . }}</a></li>
|
||||
{{ end}}
|
||||
</ul>
|
||||
</details>
|
||||
{{ end }}
|
||||
</p>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue