fix: formatting

This commit is contained in:
Cory Dransfeldt 2024-04-26 15:12:58 -04:00
parent ee94eebf69
commit 52eef3e25e
No known key found for this signature in database

View file

@ -26,6 +26,7 @@ I built the button as a short Liquid partial:
The `client-side` class above hides the button should the user have JavaScript disabled:
{% raw %]}
```html
<noscript>
<style>
@ -35,6 +36,7 @@ The `client-side` class above hides the button should the user have JavaScript d
</style>
</noscript>
```
{% endraw %}
And JavaScript is used to control the behavior of the toggle — first, in the `<body>` of my base template: