1.0.1 • Published 9 years ago
posthtml-each v1.0.1
PostHTML Each
PostHTML plugin that automatically repeat your content.
Usage
index.html
<!-- BEFORE -->
<div class="block" each="3"></div>
<!-- AFTER -->
<div class="block"></div>
<div class="block"></div>
<div class="block"></div>