From dda9123548942172a7f0f8206fcb24ec73a93351 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Mon, 21 Oct 2024 15:44:31 -0700 Subject: [PATCH] Move title out of sponsors include --- _includes/sponsorsline.html | 4 ---- index.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/sponsorsline.html b/_includes/sponsorsline.html index a2f86deea9..563c22e658 100644 --- a/_includes/sponsorsline.html +++ b/_includes/sponsorsline.html @@ -1,7 +1,3 @@ -
-
-

Sponsored by

-
{% assign sponsors_ordered = site.data.sponsors | sort: "position" %}
diff --git a/index.md b/index.md index c4f1d9d852..5e72768d22 100644 --- a/index.md +++ b/index.md @@ -209,5 +209,9 @@ title: Distributed SQL query engine for big data
+
+
+

Sponsored by

+
{%- include sponsorsline.html -%}