Table of contents
Basis: Adlytic marketing plugin
https://www.adlyticmarketing.com/plugins/p/automatic-table-of-contentsI modified the code to exclude certain sections (for example, “next” on the Squarespace blog).
<div class="table-of-contents"> <nav class="toc" data-toc data-toc-headings="h2,h3,h4"> <ul></ul> </nav> </div>
Small caps
Basis: custom CSS
Custom CSS with advanced typographyI wrote this years ago for a different blog and ported it to Squarespace in 2023
<div class="dropcaps">T</div><p>....</p>