diff --git a/app/views/pages/badges.html.erb b/app/views/pages/badges.html.erb index adf0400c9..e90f14f0f 100644 --- a/app/views/pages/badges.html.erb +++ b/app/views/pages/badges.html.erb @@ -49,6 +49,12 @@ <img src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg" alt="<%= current_user.name %>'s <%= community_name %> Profile" height="30" width="30"> </a> +

+ You can embed the <%= community_name %> badge in markdown with this snippet: +

+
+[![<%= current_user.name %>'s <%= community_name %> Profile](https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg)](<%= user_url(current_user) %>)
+    

You can add the <%= community_name %> badge via Font Awesome with this snippet: