feat: Mise à jour du design
This commit is contained in:
12
layouts/shortcodes/associations.html
Normal file
12
layouts/shortcodes/associations.html
Normal file
@ -0,0 +1,12 @@
|
||||
</div><div class="cards">
|
||||
{{ block "list" . }}
|
||||
{{ range sort .Page.Pages "Permalink" }}
|
||||
{{ if .Params.bureau }}
|
||||
<a href="{{ .Permalink }}" class="card {{ if isset .Params "theme" }}{{ .Params.theme }}{{ end }}">
|
||||
<h2>{{ .RenderString .Title }}</h2>
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="container md">
|
Reference in New Issue
Block a user