diff --git a/templates/views/video.latte b/templates/views/video.latte index 0c6aa53..5ce87ec 100644 --- a/templates/views/video.latte +++ b/templates/views/video.latte @@ -4,6 +4,10 @@ {var $og_content = $item->video->originCover} {var $og_url = url_video_internal($info->detail->uniqueId, $item->id)} +{if !empty($item->desc)} + {var $title = trim($item->desc)} +{/if} + {block content}