This commit is contained in:
Lorin Werthen 2016-07-18 11:15:03 +02:00
parent c45d27020e
commit 472fd2db51
3 changed files with 3 additions and 0 deletions

View file

@ -179,6 +179,7 @@ html, body {
&:hover {
background-color: $zeus_orange;
z-index: 200;
cursor: pointer;
}
}

View file

@ -17,6 +17,7 @@
<script src="https://code.jquery.com/jquery-3.0.0.min.js" charset="utf-8"></script>
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
<%= content_for(@item, :head) %>
</head>
<body>

View file

@ -1,5 +1,6 @@
<% content_for :head do %>
<meta property="og:image" content="<%= item[:banner] %>" />
<meta property="og:title" content="<%= item[:title] %>" />
<% end %>
<img class="pure-img" id="event-banner" src="<%= item[:banner] %>" alt="" />