mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 12:11:16 -05:00
10 lines
224 B
Text
10 lines
224 B
Text
|
<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 %>
|