1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-10 16:30:36 +01:00

remove title for user account pages

This commit is contained in:
Nolan Lawson 2018-03-03 16:31:42 -08:00
parent 2f8bd171d4
commit 9a610273b6

View File

@ -4,7 +4,7 @@
<Layout page='tags'> <Layout page='tags'>
{{#if $isUserLoggedIn}} {{#if $isUserLoggedIn}}
<DynamicPageBanner title="{{profileName}}" /> <DynamicPageBanner title="" />
{{#if $currentAccountProfile}} {{#if $currentAccountProfile}}
<AccountProfile profile="{{$currentAccountProfile}}" <AccountProfile profile="{{$currentAccountProfile}}"
relationship="{{$currentAccountRelationship}}" relationship="{{$currentAccountRelationship}}"