We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79031e6 commit a7296caCopy full SHA for a7296ca
1 file changed
themes/ropensci/layouts/events/list.html
@@ -1,5 +1,5 @@
1
{{ define "main" }}
2
-{{ $pages := (partial "calendar/future-events" (dict "Site" .Site)) }}
+{{ $pages := (partial "calendar/future-events" (dict "Site" (index hugo.Sites 0))) }}
3
{{ $featured := ( union (union (where $pages "Params.featured" true) (where $pages "Params.ropensci" true )) (where $pages "Type" "commcalls") ) }}
4
<section class="blog-hero">de
5
<div class="container bg-cubes">
@@ -15,7 +15,7 @@ <h1>{{ i18n "Future-ropensci-events" }}</h1>
15
</div>
16
17
{{ end }}
18
-{{ partial "calendar/events" (dict "Site" .Site "Content" .Content "Tips" .Params.Tips ) }}
+{{ partial "calendar/events" (dict "Site" (index hugo.Sites 0) "Content" .Content "Tips" .Params.Tips ) }}
19
20
21
</section>
0 commit comments