Skip to content

Instantly share code, notes, and snippets.

@havron
Last active October 31, 2020 16:26
Show Gist options
  • Save havron/b40e631abe4358c6fd1f49e597d0bb38 to your computer and use it in GitHub Desktop.
Save havron/b40e631abe4358c6fd1f49e597d0bb38 to your computer and use it in GitHub Desktop.
Double anchors in Squarespace
<!-- On Squarespace config -->
<!-- In your blog post (text section), make an "insert point" (teardrop on the side) and choose code block. -->
<!-- In the code block on the top right, select "Markdown" display (but don't click on Display source checkmark) -->
<!-- Place footnote like below - populate slug https://support.squarespace.com/hc/en-us/articles/205814578: -->
A very long blog post, please see minor point[<div id="footnote-1-back"><sup>1</sup></div>](my_site.com/slug/#footnote-1)
A second but more major point[<div id="footnote-2-back"><sup>2</sup></div>](my_site.com/slug/#footnote-2)
<!-- At bottom of blog post (make a new code block insert point), place footnotes and link back to reference -->
<p id="footnote-1">This here is my minor point I wanted to make. [(go back)](my_site.com/slug/#footnote-1-back)</p>
<p id="footnote-2">A much bigger point with ginormous implications if true. [(go back)](my_site.com/slug/#footnote-2-back)</p>
<!-- tip: you can replace "go back" with an arrow or other symbol -->
<!-- publish page to view -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment