mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 11:16:43 +02:00
feat: add podcast links page including social, podcasting and funding links
This commit is contained in:
parent
63c20da5ff
commit
8ae292933a
10 changed files with 145 additions and 3 deletions
|
|
@ -318,4 +318,12 @@ class PodcastController extends BaseController
|
|||
->setContentType('application/activity+json')
|
||||
->setBody($collection->toJSON());
|
||||
}
|
||||
|
||||
public function links(): string
|
||||
{
|
||||
return view('podcast/links', [
|
||||
'metatags' => get_podcast_metatags($this->podcast, 'links'),
|
||||
'podcast' => $this->podcast,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue