Fix some validation errors in the blog

This commit is contained in:
Kevin MacMartin 2019-03-19 14:44:20 -04:00
parent 4952ec27c0
commit fba477581f

View file

@ -23,7 +23,10 @@
<span class="blog-entry-content-info-date">{{ entry.date }}</span> <span class="blog-entry-content-info-date">{{ entry.date }}</span>
</div> </div>
<p class="blog-entry-content-body" v-html="entry.body"></p> <div
class="blog-entry-content-body"
v-html="entry.body">
</div>
<div class="blog-entry-content-taglist"> <div class="blog-entry-content-taglist">
<span <span