mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 01:22:36 +08:00
custom title for user page
This commit is contained in:
parent
085e094497
commit
2f096083d0
|
@ -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 %>
|
||||
|
|
Loading…
Reference in New Issue
Block a user