hugo-tufte/layouts/shortcodes
Jeremy Friesen 4299d3bfdb Removing dom ID requirement for margin/sidenotes (#10)
* Removing dom ID requirement for margin/sidenotes

Prior to this commit, when using the `marginnote` or `sidenote`
shortcodes, you would need to pass a domId parameter to the shortcode.

With this change you no longer need to pass a parameter, and any
parameter passed is ignored. The pre-amble creates a unique domID for
the shortcodes.

* Replacing convoluted Scratch with Ordinal

I was leveraging the Scratch function of Hugo, when I could instead
rely on `.Ordinal`
2019-04-18 09:37:06 -07:00
..
blockquote.html Add blockquote shortcode. 2015-12-30 22:10:37 -08:00
cite.html Add and Refactor shortcodes. 2016-01-01 11:51:23 -08:00
div.html Add and Refactor shortcodes. 2016-01-01 11:51:23 -08:00
epigraph.html Add and Refactor shortcodes. 2016-01-01 11:51:23 -08:00
figure.html Add more shortcodes. 2016-01-14 20:41:16 -08:00
marginnote.html Removing dom ID requirement for margin/sidenotes (#10) 2019-04-18 09:37:06 -07:00
newthought.html Add more shortcodes. 2016-01-14 20:41:16 -08:00
section.html Add and Refactor shortcodes. 2016-01-01 11:51:23 -08:00
sidenote.html Removing dom ID requirement for margin/sidenotes (#10) 2019-04-18 09:37:06 -07:00
tag.html Add and Refactor shortcodes. 2016-01-01 11:51:23 -08:00