Created
February 12, 2016 12:23
-
-
Save amielucha/1a91942bc78d22b421ab to your computer and use it in GitHub Desktop.
Add html tags to allow styling list bullets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Append classes to color the lists | |
| $('.hentry ul').addClass('list-colored').children().wrapInner('<span class="li-inner">'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment