metametameta
This commit is contained in:
parent
f5bd39b72f
commit
f44d49d42a
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,9 @@
|
||||||
|
|
||||||
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
|
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
|
||||||
|
|
||||||
|
<!-- Android theme color -->
|
||||||
|
<meta name="theme-color" content="#FF7F00">
|
||||||
|
|
||||||
<meta property="fb:app_id" content="597670540410704">
|
<meta property="fb:app_id" content="597670540410704">
|
||||||
|
|
||||||
<%= content_for(@item, :head) %>
|
<%= content_for(@item, :head) %>
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
<meta property="og:title" content="<%= item[:title] %>" />
|
<meta property="og:title" content="<%= item[:title] %>" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="<%= url_for(item) %>" />
|
<meta property="og:url" content="<%= url_for(item) %>" />
|
||||||
<meta property="fb:app_id" content="597670540410704">
|
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<img class="pure-img" id="event-banner" src="<%= item[:banner] %>" alt="" />
|
<img class="pure-img" id="event-banner" src="<%= item[:banner] %>" alt="" />
|
||||||
|
|
Loading…
Reference in a new issue