Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Table of contents

Basis: Adlytic marketing plugin

https://www.adlyticmarketing.com/plugins/p/automatic-table-of-contents
  • I 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 typography
  • I wrote this years ago for a different blog and ported it to Squarespace in 2023

<div class="dropcaps">T</div><p>....</p>

  • No labels