Remove double slot

This commit is contained in:
2023-11-26 08:48:58 -06:00
parent fd8882f756
commit cdfa3c3bf9

View File

@@ -46,5 +46,4 @@ const { title, pubDate, tags } = post.data;
</p> </p>
</div> </div>
<hr /> <hr />
<slot />
</Base> </Base>