Sha256: c9172b3f56ffb445faa8cf93fcf1d2bc106a88c3809fe53147588d492bca3407

Contents?: true

Size: 1.13 KB

Versions: 102

Compression:

Stored size: 1.13 KB

Contents

<meta charset=utf-8>
<meta content="IE=edge" http-equiv=X-UA-Compatible>
<meta content="width=device-width,initial-scale=1" name=viewport>
<% if page.description %>
<meta content="<%= page.description %>" name="description">
<% end %>
<% if page.author %>
<meta content="<%= page.author %>" name="author">
<% end %>
<title><%= page.title %></title>

<% if page.canonical_url %>
<link rel="canonical" href="<%= page.canonical_url %>" />
<% end %>

<% if page.noindex %>
<meta name="robots" content="noindex">
<% end %>

<% if page.og_url %>
<meta property="og:url" content="<%= page.og_url %>" />
<% end %>
<% if page.og_type %>
<meta property="og:type" content="<%= page.og_type %>" />
<% end %>
<% if page.og_title || page.title %>
<meta property="og:title" content="<%= page.og_title || page.title %>" />
<% end %>
<% if page.og_description || page.description %>
<meta property="og:description" content="<%= page.og_description || page.description %>" />
<% end %>
<% if page.og_image %>
<meta property="og:image" content="<%= page.og_image %>" />
<% end %>
<% if page.twitter_card %>
<meta name="twitter:card" content="<%= page.twitter_card %>" />
<% end %>

Version data entries

102 entries across 101 versions & 3 rubygems

Version Path
mvpkit-2.0.2 project/app/views/layouts/_meta.html.erb
mvpkit-2.0.1 project/app/views/layouts/_meta.html.erb
mvpkit-2.0.0 project/app/views/layouts/_meta.html.erb
mvpkit-1.1.2 app/views/layouts/mvp/_meta.html.erb
mvpkit-1.1.1 app/views/layouts/mvp/_meta.html.erb
mvpkit-1.1.0 app/views/layouts/mvp/_meta.html.erb
mvpkit-1.0.4 app/views/layouts/mvp/_meta.html.erb
mvpkit-1.0.3 app/views/layouts/mvp/_meta.html.erb
mvpkit-1.0.2 app/views/layouts/mvp/_meta.html.erb
mvpkit-1.0.1 app/views/layouts/mvp/_meta.html.erb
mvpkit-1.0.0 app/views/layouts/mvp/_meta.html.erb
mvpkit-0.8.1 app/views/layouts/minimum_viable_product/_meta.html.erb
mvpkit-0.8.0 app/views/layouts/minimum_viable_product/_meta.html.erb
minimum_viable_product-0.7.15 app/views/layouts/minimum_viable_product/_meta.html.erb
minimum_viable_product-0.7.12 app/views/layouts/minimum_viable_product/_meta.html.erb
minimum_viable_product-0.7.11 app/views/layouts/minimum_viable_product/_meta.html.erb
minimum_viable_product-0.7.10 app/views/layouts/minimum_viable_product/_meta.html.erb
minimum_viable_product-0.7.9 app/views/layouts/minimum_viable_product/_meta.html.erb
minimum_viable_product-0.7.8 app/views/layouts/minimum_viable_product/_meta.html.erb
minimum_viable_product-0.7.7 app/views/layouts/minimum_viable_product/_meta.html.erb