Skip to content

feat: Add subnav to FAQ page

stephen requested to merge faq-subnav into main

As per #100 (closed), the FAQ page should have the subnav just like the two donate pages do.

This commit does so, in faq.html.jinja. Like donate.html.jinja and cryptocurrency.html.jinja, the subnav is included in the jinja2 hero block. Note that unlike those two templates, it does not additionally include the "Donate now!" hero.html banner. (This is as per the design in Figma.)

Merge request reports