We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f441560 commit a08b10dCopy full SHA for a08b10d
1 file changed
_layouts/post.html
@@ -12,7 +12,7 @@
12
13
{% include lang.html %}
14
15
-<article class="px-1">
+<article class="px-1" data-toc="{{ page.toc }}">
16
<header>
17
<h1 data-toc-skip>{{ page.title }}</h1>
18
{% if page.description %}
0 commit comments