Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
INB
covid-portal
covid-portal-es
Commits
8678efe6
Commit
8678efe6
authored
May 31, 2021
by
Alejandro Asensio
Browse files
fix: replace ".label" (incorrect) to ".name" (correct) in HUGO html template interpolation
parent
29eb9513
Changes
1
Hide whitespace changes
Inline
Side-by-side
layouts/literature/single.html
View file @
8678efe6
...
...
@@ -146,7 +146,7 @@
<div
class=
"collapse list-group"
id=
"data{{ $index }}"
>
{{ range .available_data }}
<a
target=
"_blank"
href=
"{{ .link }}"
class=
"list-group-item list-group-item-action dp-list-group-item"
>
{{ .
label
}}
<i
class=
"bi bi-box-arrow-up-right"
></i>
{{ .
name
}}
<i
class=
"bi bi-box-arrow-up-right"
></i>
</a>
{{ end }}
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment