mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
custom title for user page
This commit is contained in:
@@ -7,3 +7,5 @@
|
||||
<% content_for :head do %>
|
||||
<%= crawlable_meta_data(title: @user.username, description: @user.bio_summary, image: @user.small_avatar_url) %>
|
||||
<% end %>
|
||||
|
||||
<% content_for :title do %><%=t("js.user.profile")%> - <%= @user.username %><% end %>
|
||||
|
||||
Reference in New Issue
Block a user