fix title in tag page

parent 314135ef
...@@ -52,6 +52,8 @@ class PostController extends BaseController ...@@ -52,6 +52,8 @@ class PostController extends BaseController
throw new NotFoundHttpException('The requested page does not exist.'); throw new NotFoundHttpException('The requested page does not exist.');
} }
$this->meta_title = Yii::t('app', 'Tag') . ': ' . $model->name . ' - ' . \Yii::$app->params['name'];
return $this->render('tag', [ return $this->render('tag', [
'model' => $model, 'model' => $model,
]); ]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment