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
+3 -1
View File
@@ -1 +1,3 @@
<section>{{ .Inner }}</section> <section data-shortcode-section>
{{ .Inner }}
</section>