mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 15:42:31 -05:00
Fix some validation errors in the blog
This commit is contained in:
parent
4952ec27c0
commit
fba477581f
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@
|
|||
<span class="blog-entry-content-info-date">{{ entry.date }}</span>
|
||||
</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">
|
||||
<span
|
||||
|
|
Loading…
Reference in a new issue