Skip to content

Commit

Permalink
Move title out of sponsors include
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Dec 18, 2024
1 parent 878cfba commit 4b9c38b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _includes/sponsorsline.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<hr class="spacer-30"/>
<div class="row text-center spacer-60">
<div class="col-md-12"><h2><strong>Sponsored by</strong></h2></div>
</div>
{% assign sponsors_ordered = site.data.sponsors | sort: "position" %}
<div class="row sponsorsline">
<div class="col-md-2"></div>
Expand Down
4 changes: 4 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,9 @@ title: Distributed SQL query engine for big data
</div>
</div>
</div>
<hr class="spacer-30"/>
<div class="row text-center spacer-60">
<div class="col-md-12"><h2><strong>Sponsored by</strong></h2></div>
</div>
{%- include sponsorsline.html -%}
</div>

0 comments on commit 4b9c38b

Please sign in to comment.