mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-16 20:07:05 +01:00
site/layouts: use bubble buttons for elements
I got rid of these when initially trying to group the elements for each module together under their clusters, but actually now there are less elements so we can keep this bubble style. A bonus is that we don't need to figure out how to delimit by comma in Hugo's Go templates (the last one is always tricky).
This commit is contained in:
parent
89c6228770
commit
008ff55695
@ -14,7 +14,7 @@
|
|||||||
{{/* Use range over a nested where. The way to read this is */}}
|
{{/* Use range over a nested where. The way to read this is */}}
|
||||||
{{/* from the inside out: terms, cluster, module. */}}
|
{{/* from the inside out: terms, cluster, module. */}}
|
||||||
{{ range where (where (where site.RegularPages "Type" "terms") "Params.cluster" "==" $cluster) "Params.module" "==" $module }}
|
{{ range where (where (where site.RegularPages "Type" "terms") "Params.cluster" "==" $cluster) "Params.module" "==" $module }}
|
||||||
<a href="#{{ .Params.slug }}">{{ .Params.field }}</a>
|
<a class="btn btn-sm btn-outline-primary m-1" href="#{{ .Params.slug }}">{{ .Params.field }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user