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
fc377fde
Commit
fc377fde
authored
May 05, 2021
by
Albert Hornos Vidal
Browse files
fix: change file name for research projects and fix index carousel
parent
c2a20656
Changes
1
Hide whitespace changes
Inline
Side-by-side
layouts/index.html
View file @
fc377fde
...
...
@@ -2,7 +2,7 @@
{{ define "main" }}
{{ $entries_to_display := slice }}
{{ range $index, $entry := $.Site.Data.
isciii_projects_en.
projects }}
{{ range $index, $entry := $.Site.Data.
c19dpes_research_projects.research_
projects }}
{{ $entries_to_display = $entries_to_display | append $entry}}
{{ end }}
...
...
@@ -81,6 +81,6 @@
</div>
<a
href=
"/resources"
class=
"see-all-link arrow"
>
{{ i18n "see_all_resources" }}
</a>
</section>
</main>
</main>
<script>
createRiskMaps
(
"
risk-maps
"
);
</script>
{{ end }}
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