Share panel placement

The social share panel for Tropical Update posts is rendered by the default layout after the main post content. When a page belongs to the built-in posts collection, _layouts/default.html includes the _includes/share-buttons.html partial immediately before the footer.

<main id="content" class="site-content">
  <article class="post">

  <header class="post-header">
    <h1 class="post-title">Hurricane Helene Multi-Panel Plot Preview</h1>
  </header>

  <div class="post-content">
    <h1 id="hurricane-helene-multi-panel-plot-preview">Hurricane Helene Multi-Panel Plot Preview</h1>

<p>This page embeds the static multi-panel plot that appears under the Data section for Hurricane Helene.</p>

<p><img src="/assets/plots/2024-hurricane-helene/Hurricane_Helene_MultiPanel.svg" alt="Hurricane Helene Multi-panel Plot" /></p>

  </div>

</article>

  
</main>

The include outputs the Facebook, X, email, SMS, and copy-link controls in the .share-panel wrapper, and the component styles live in assets/css/site.css alongside the rest of the site design tokens.