Bugfix live stream of public posts so the description box shows the site title rather than the template for it

This commit is contained in:
Emma Winston 2019-10-01 18:16:18 +01:00
parent 99a3cc0f92
commit 3d09d6369d

View File

@ -8,7 +8,7 @@
.page-header .page-header
%h1= t('about.see_whats_happening') %h1= t('about.see_whats_happening')
%p= t('about.browse_public_posts') %p= t('about.browse_public_posts', title: site_title)
#mastodon-timeline{ data: { props: Oj.dump(default_props) }} #mastodon-timeline{ data: { props: Oj.dump(default_props) }}
#modal-container #modal-container