diff --git a/pages/donate.md b/pages/donate.md
index 0bff176..bdc25a6 100644
--- a/pages/donate.md
+++ b/pages/donate.md
@@ -1,6 +1,9 @@
---
title: Donate
description: Help support Veilid by gifting a tax-deductible donation
+menu:
+ main:
+ weight: 2
---
diff --git a/pages/index.md b/pages/index.md
index 1d3fa9d..3c36f00 100644
--- a/pages/index.md
+++ b/pages/index.md
@@ -4,7 +4,7 @@ description: Veilid is an open-source, distributed application framework.
layout: frontpage
menu:
main:
- weight: 10
+ weight: 1
---
diff --git a/themes/veilid2025/layouts/_default/page.html.twig b/themes/veilid2025/layouts/_default/page.html.twig
index 87fdae5..afe1458 100644
--- a/themes/veilid2025/layouts/_default/page.html.twig
+++ b/themes/veilid2025/layouts/_default/page.html.twig
@@ -21,8 +21,8 @@
diff --git a/themes/veilid2025/layouts/partials/navigation.html.twig b/themes/veilid2025/layouts/partials/navigation.html.twig
index 885f71e..b8d0edb 100644
--- a/themes/veilid2025/layouts/partials/navigation.html.twig
+++ b/themes/veilid2025/layouts/partials/navigation.html.twig
@@ -6,11 +6,19 @@
{% if loop.index == 1 %}
{% else %}
{% set active_link = (this_url in here) %}
+ {% if "donate" in this_url %}
+
+
+ {{ item.name }}
+
+
+ {% else %}
{{ item.name }}
+ {% endif %}
{% endif %}
{%- endfor ~%}