Skip to content

Commit

Permalink
fix cms pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kampfq committed Jan 21, 2021
1 parent 8e94d56 commit 5230aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cms.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"subtitle": "{{ page.getPodcastShow().getSubtitle() }}",
"description": "{{ page.getPodcastShow().getDescription()|json_encode }}",
{% if foo != '' %}
"cover": "{{ app.request.getUriForPath(vich_uploader_asset(podcast, 'imageFile'))}}",
"cover": "{{ app.request.getUriForPath(vich_uploader_asset(page.getPodcastShow(), 'imageFile'))}}",
{% endif %}
"feeds": [
{
Expand Down

0 comments on commit 5230aa6

Please sign in to comment.