Новые изменения в компоенты

This commit is contained in:
Web-serfer 2026-04-28 01:58:37 +05:00
parent 60f0009ae2
commit 38bf5d7dcf
6 changed files with 218 additions and 27 deletions

View file

@ -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">