title = $post->getSeoTitle(); $this->registerMetaTag(['name' =>'description', 'content' => $post->meta->description]); $this->registerMetaTag(['name' =>'keywords', 'content' => $post->meta->keywords]); $this->params['breadcrumbs'][] = ['label' => Yii::t('blog', 'Blog'), 'url' => ['blog/post/index']]; $this->params['breadcrumbs'][] = ['label' => $post->category->name, 'url' => ['blog/post/category', 'id' => $post->category->id]]; $this->params['breadcrumbs'][] = $post->title; $this->params['active_category'] = $post->category; $tagLinks = []; foreach ($post->tags as $tag) { $tagLinks[] = '