mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 15:35:22 +08:00
10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
|
<h2><%= @user.username %></h2>
|
||
|
|
||
|
<p><%= raw @user.bio_cooked %></p>
|
||
|
|
||
|
<p><%= t 'powered_by_html' %></p>
|
||
|
|
||
|
<% content_for :head do %>
|
||
|
<%= crawlable_meta_data(title: @user.username, description: @user.bio_summary) %>
|
||
|
<% end %>
|