add shortcode which wraps content in a div with a class

This commit is contained in:
Ray Elliott 2020-02-20 21:33:05 +00:00
parent ba2746ce1b
commit 3bf1fd6aa3
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<div class="{{ .Get 0 }}" >
{{ .Inner }}
</div>