generated from Templates/Baseline
fix html spec violation div inside p
This commit is contained in:
parent
2efb73cd04
commit
49b025cf78
@ -71,7 +71,7 @@ const authorURL = computed(() => {
|
||||
<Badge :text="normTag" type="tip" />
|
||||
</div>
|
||||
<h3>{{ normTitle }}</h3>
|
||||
<p class="acredits">by <a class="author" :href="authorURL" target="_blank">{{ author }}</a> on <div class="date">{{ date}}</div></p>
|
||||
<p class="acredits">by <a class="author" :href="authorURL" target="_blank">{{ author }}</a> on </p> <p class="acredits date">{{ date}}</p>
|
||||
<a class="url" :href="url">Read More</a>
|
||||
</div>
|
||||
</article>
|
||||
|
Loading…
x
Reference in New Issue
Block a user