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 0bbd84b commit b12746aCopy full SHA for b12746a
website_hugo_files/layouts/partials/footer.html
@@ -1,5 +1,5 @@
1
{{/* Avoiding showing extra sections for home page */}}
2
-{{ if ne .Kind "home" }}
+{{ if and (ne .Kind "home") ( and (eq .Kind "section" ) (ne .Section "sponsors" ) ) }}
3
{{ partial "selenium-level-sponsors.html" . }}
4
{{ partial "selenium-container.html" (dict "title" "Support the Selenium Project" "text "
5
"Want to support the Selenium project? Learn more or view the full list of sponsors."
0 commit comments