Skip to content

Commit b12746a

Browse files
committed
Filtering custom footer for sponsors too
[skip ci]
1 parent 0bbd84b commit b12746a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website_hugo_files/layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{/* Avoiding showing extra sections for home page */}}
2-
{{ if ne .Kind "home" }}
2+
{{ if and (ne .Kind "home") ( and (eq .Kind "section" ) (ne .Section "sponsors" ) ) }}
33
{{ partial "selenium-level-sponsors.html" . }}
44
{{ partial "selenium-container.html" (dict "title" "Support the Selenium Project" "text "
55
"Want to support the Selenium project? Learn more or view the full list of sponsors."

0 commit comments

Comments
 (0)