Skip to content

Commit

Permalink
Add div shortcode
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheberle authored Sep 12, 2024
1 parent d974472 commit a73503c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/shortcodes/div.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<div{{ with .Get "class" }} class="{{ . }}"{{ end }}>{{ .Inner }}</div>

0 comments on commit a73503c

Please sign in to comment.