Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ title = "Bevy Engine"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true

# When set to "true", the generated HTML files are minified.
minify_html = true

# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true

Expand Down
4 changes: 2 additions & 2 deletions templates/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ <h2 class="donate-header-padding">Bevy Supporters</h2>
{% if donor.past %}
{% continue %}
{% endif %}
<!-- Note: this "donor filtering logic" _must_ be kept in sync with the logic in donate.html -->
<!-- If we can find a way to reuse this logic in Zola, we absolutely should! -->
{# Note: this "donor filtering logic" _must_ be kept in sync with the logic in donate.html #}
{# If we can find a way to reuse this logic in Zola, we absolutely should! #}
{% if donor.amount >= tier.amount %}
{% if next_tier and donor.amount >= next_tier.amount %}
{% continue %}
Expand Down