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:
parent
99a3cc0f92
commit
3d09d6369d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user