Move health section below stance on About.

This commit is contained in:
2025-12-28 18:16:00 -07:00
parent 7c09baa243
commit fd9244ede4

View File

@@ -55,8 +55,8 @@
</div> </div>
<?php <?php
include "subpages/about/notice.php"; include "subpages/about/notice.php";
include "subpages/about/health.php";
include "subpages/about/stance.php"; include "subpages/about/stance.php";
include "subpages/about/health.php";
include "helpers/body_close.php"; include "helpers/body_close.php";
?> ?>