diff options
Diffstat (limited to 'w/view/templates/read.php')
-rw-r--r-- | w/view/templates/read.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/w/view/templates/read.php b/w/view/templates/read.php index 5c544b3..4964a47 100644 --- a/w/view/templates/read.php +++ b/w/view/templates/read.php @@ -1,4 +1,4 @@ -<?php $this->layout('layout', ['title' => $art->title()]) ?> +<?php $this->layout('layout', ['title' => $art->title(), 'description' => $art->description()]) ?> |