Add a data attribute to show where section tag came from

This commit is contained in:
dzello 2018-07-23 00:09:11 +02:00
parent 15bdf36520
commit e6e2234960
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
<section>{{ .Inner }}</section>
<section data-shortcode-section>
{{ .Inner }}
</section>