Path:site/_includes/hook-pre-closing-body.html · Type: Jekyll include
Purpose: Jekyll Liquid include partial. Renders reusable UI component on pages that call {% include hook-pre-closing-body.html %}. Part of the component-based page composition system.
Github pages migrated to Asciidoc (site Jekyll setup)
What it does
Jekyll Liquid include partial. Renders reusable UI component on pages that call {% include hook-pre-closing-body.html %}. Part of the component-based page composition system. Included by other templates via the Liquid include tag. Renders as part of the page composition system where the default layout (#3923) assembles includes, layouts, and content into the final HTML.
Key takeaways
Added:ac75fabf3 (2021-08-10) during the Jekyll site migration from HTML to AsciiDoc.
Role in composition: Part of the reusable component library. Changing this file affects ALL pages that include it.
Jekyll Liquid include partial. Renders reusable UI component on pages that call
{% include hook-pre-closing-body.html %}. Part of the component-based page composition system. Included by other templates via the Liquidincludetag. Renders as part of the page composition system where the default layout (#3923) assembles includes, layouts, and content into the final HTML.