mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-01 03:17:53 -05:00
9 lines
258 B
Text
9 lines
258 B
Text
<h2><%= @user.username %></h2>
|
|
|
|
<p><%= raw @user.bio_processed %></p>
|
|
|
|
<p><%= t 'powered_by_html' %></p>
|
|
|
|
<% content_for :head do %>
|
|
<%= crawlable_meta_data(title: @user.username, description: @user.bio_summary, image: @user.small_avatar_url) %>
|
|
<% end %>
|