adopt links tags
All checks were successful
Website build and deploy / build (push) Successful in 28s
All checks were successful
Website build and deploy / build (push) Successful in 28s
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
{{- $tags := slice -}}
|
||||
{{- range .lang }}{{ $tags = $tags | append . }}{{ end -}}
|
||||
{{- range .tags }}{{ $tags = $tags | append . }}{{ end -}}
|
||||
<li class="link" tags="{{ delimit $tags " " }}">
|
||||
<li class="link" tags="{{ delimit $tags ' ' }}">
|
||||
{{ .desc -}} –
|
||||
{{- $len := (len .links) -}} <!-- amount of elements under .links -->
|
||||
{{- range $index, $element := .links -}} <!-- range over links, but keep index -->
|
||||
|
||||
Reference in New Issue
Block a user