diff --git a/themes/geekboot/assets/scss/_survey.scss b/themes/geekboot/assets/scss/_survey.scss deleted file mode 100644 index b3e38973..00000000 --- a/themes/geekboot/assets/scss/_survey.scss +++ /dev/null @@ -1,8 +0,0 @@ -.docs-survey { - background-color: $linkWater !important; - color: $gray-600; - - a{ - text-decoration: none; - } -} \ No newline at end of file diff --git a/themes/geekboot/assets/scss/docs.scss b/themes/geekboot/assets/scss/docs.scss index a34e96f1..7d3a6e1b 100644 --- a/themes/geekboot/assets/scss/docs.scss +++ b/themes/geekboot/assets/scss/docs.scss @@ -47,5 +47,4 @@ @import "search-results"; /* purgecss end ignore */ @import "skippy"; -@import "fonts"; -@import "survey"; \ No newline at end of file +@import "fonts"; \ No newline at end of file diff --git a/themes/geekboot/layouts/_default/list.html b/themes/geekboot/layouts/_default/list.html index 6a4c19c7..027fb7dd 100644 --- a/themes/geekboot/layouts/_default/list.html +++ b/themes/geekboot/layouts/_default/list.html @@ -14,9 +14,6 @@
- {{- if eq .Title "Overview"}} - {{ partialCached "survey" . }} - {{ end }}
{{ partial "version-dropdown-menu" . }} diff --git a/themes/geekboot/layouts/partials/survey.html b/themes/geekboot/layouts/partials/survey.html deleted file mode 100644 index 2d53dec7..00000000 --- a/themes/geekboot/layouts/partials/survey.html +++ /dev/null @@ -1,5 +0,0 @@ -
-
- Click to take the Crossplane user survey.
Survey closes December 31. -
-
\ No newline at end of file