18F / 18f.gsa.gov

The 18F website
https://18f.gsa.gov
Other
293 stars 311 forks source link

replatform: missing section #4037

Closed cantsin closed 3 months ago

cantsin commented 3 months ago

example:

--- original/work-with-us/index.html    2024-08-06 07:18:37.098383129 -0700
+++ changed/work-with-us/index.html 2024-08-06 07:26:02.352491511 -0700

we might be missing this section:

   <main id="main-content">
-   <section class="usa-section section-padding-sm">
-    <div class="grid-container">
-     <h1>
-      Work with us
-     </h1>
-     <p class="font-sans-xl line-height-sans-3">
-      As federal employees, we share your dedication to serving the American public.
-     </p>
-    </div>
-   </section>
beechnut commented 3 months ago

We were using the default layout here, which doesn't render the page's lead property, which is what went missing here. Changed layout to primary and it's showing up