Open georgebotley opened 3 years ago
Should I have this code:
<div class="blog-post"> <div class="blog-post__date"></div> <div class="blog-post__title"></div> </div>
then adding a new div would remove the intent on adding the closing tag like this:
<div class="blog-post"> <div class="blog-post__date"></div> <div class="blog-post__title"></div> <div class="blog-post__photo"></div> </div>
How do we patch this in settings? It is irritating to say the least :-(
Should I have this code:
then adding a new div would remove the intent on adding the closing tag like this:
How do we patch this in settings? It is irritating to say the least :-(