Add a data attribute to show where section tag came from
This commit is contained in:
parent
15bdf36520
commit
e6e2234960
|
@ -1 +1,3 @@
|
|||
<section>{{ .Inner }}</section>
|
||||
<section data-shortcode-section>
|
||||
{{ .Inner }}
|
||||
</section>
|
Loading…
Reference in New Issue