* flare tag line height * . * dropdown fix + actions bar fix * actions bar on mob * . * .
21 lines
1.1 KiB
Text
21 lines
1.1 KiB
Text
<% title "#{community_qualified_name} Code of Conduct" %>
|
|
|
|
<%= content_for :page_meta do %>
|
|
<link rel="canonical" href="<%= app_url(code_of_conduct_path) %>" />
|
|
<meta name="description" content="<%= community_qualified_name %> Code of Conduct">
|
|
<meta name="keywords" content="<%= SiteConfig.meta_keywords[:default] %>">
|
|
<meta property="og:type" content="article" />
|
|
<meta property="og:url" content="<%= app_url(code_of_conduct_path) %>" />
|
|
<meta property="og:title" content="<%= community_qualified_name %> Code of Conduct" />
|
|
<meta property="og:site_name" content="<%= community_qualified_name %>" />
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:site" content="@<%= SiteConfig.social_media_handles["twitter"] %>">
|
|
<meta name="twitter:title" content="<%= community_qualified_name %> Code of Conduct">
|
|
<% end %>
|
|
|
|
<div class="crayons-layout crayons-layout--limited">
|
|
<div class="crayons-card text-styles text-padding">
|
|
<h1 class="fs-3xl s:fs-4xl l:fs-5xl fw-bold s:fw-heavy lh-tight mb-4 mt-0">Code of Conduct</h1>
|
|
<%= render "coc_text" %>
|
|
</div>
|
|
</div>
|