Новые изменения в компоенты
This commit is contained in:
parent
60f0009ae2
commit
38bf5d7dcf
6 changed files with 218 additions and 27 deletions
|
|
@ -82,14 +82,12 @@ const heroImage = getPostImageUrl(post);
|
|||
<div class="post-content" set:html={contentHtml} />
|
||||
</article>
|
||||
|
||||
<!-- Комментарии и похожие статьи - ВНЕ article -->
|
||||
{/*
|
||||
<!-- Комментарии и похожие статьи -->
|
||||
<div class="comments-wrapper">
|
||||
<Comments postSlug={post.slug} client:load />
|
||||
</div>
|
||||
|
||||
<RelatedPosts posts={filteredRelated} currentSlug={slug} />
|
||||
*/}
|
||||
|
||||
<!-- Оглавление -->
|
||||
<div slot="sidebar">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue