diff --git a/templates/components/themes/default.latte b/templates/components/themes/default.latte
index d23f9ee..41af404 100644
--- a/templates/components/themes/default.latte
+++ b/templates/components/themes/default.latte
@@ -19,7 +19,7 @@
{/if}
{include './common/content.latte', item: $item, isAutoplay: false, isBig: false}
diff --git a/templates/views/video.latte b/templates/views/video.latte
index affb0f5..6283506 100644
--- a/templates/views/video.latte
+++ b/templates/views/video.latte
@@ -35,7 +35,7 @@
{$item->desc}
Song: {$item->music->title}
-
+
{include '../components/themes/common/stats.latte', playCount: $item->stats->playCount, diggCount: $item->stats->diggCount, commentCount: $item->stats->commentCount, shareCount: $item->stats->shareCount}
{include '../components/themes/common/share.latte', uniqueId: $info->detail->uniqueId, id: $item->id}