The public short-host landing (piha.lc / beta.piha.li) still shows the company_site nav (logo, Home, Web Design, Contact). That header is for aimloperations.com, not this product page.
Drop the top nav from the shortener chrome
Add a Why Piha? section: Quenya (Tolkien High Elvish) pia / pitya / pincė / picina = little / small — a short link is a little path
Footer and contact CTA stay.
Checklist
No <nav> / company header on /
Why Piha? copy on the landing
Debug mint page still usable without the nav
Tests cover the section and assert no <nav
Test plan
cd site && uv run python manage.py test
GET / has no top header; Why Piha? is visible
Request access / Contact still go to aimloperations.com/contact
GET /<code> still 302
## Summary
The public short-host landing (`piha.lc` / `beta.piha.li`) still shows the company_site nav (logo, Home, Web Design, Contact). That header is for aimloperations.com, not this product page.
- Drop the top nav from the shortener chrome
- Add a **Why Piha?** section: Quenya (Tolkien High Elvish) *pia* / *pitya* / *pincė* / *picina* = little / small — a short link is a little path
Footer and contact CTA stay.
## Checklist
- [ ] No `<nav>` / company header on `/`
- [ ] Why Piha? copy on the landing
- [ ] Debug mint page still usable without the nav
- [ ] Tests cover the section and assert no `<nav`
## Test plan
- [ ] `cd site && uv run python manage.py test`
- [ ] `GET /` has no top header; Why Piha? is visible
- [ ] Request access / Contact still go to aimloperations.com/contact
- [ ] `GET /<code>` still 302
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
The public short-host landing (
piha.lc/beta.piha.li) still shows the company_site nav (logo, Home, Web Design, Contact). That header is for aimloperations.com, not this product page.Footer and contact CTA stay.
Checklist
<nav>/ company header on/<navTest plan
cd site && uv run python manage.py testGET /has no top header; Why Piha? is visibleGET /<code>still 302