Skip to content

Commit

Permalink
Update FeedController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker authored Apr 26, 2023
1 parent 480b6f8 commit 7004055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Http/Controllers/FeedController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public function __invoke(string $module)
->get();

$feed = [
'title' => $page->title,
'description' => $page->body,
'title' => TypiCMS::title().''.$page->title,
'description' => strip_tags($page->body),
'language' => TypiCMS::localeAndRegion('-'),
'image' => $page->present()->image(1200, 630),
];
Expand Down

0 comments on commit 7004055

Please # to comment.