I am trying to change the default user avatar. Right now, it is a grey circle with a white silhouette of a person. I have made a .png file that I would like to use in its place.
I have tried using an #if but it always holds true. Is there a way to see if there is a custom avatar?
{{#if user_avatar}}
{{user_avatar class="user-avatar"}}
{{else}}
<i class="user-avatar-default"></i>
{{/if}}
I am using Copenhagen.




















