pointer
This commit is contained in:
parent
c45d27020e
commit
472fd2db51
3 changed files with 3 additions and 0 deletions
|
@ -179,6 +179,7 @@ html, body {
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $zeus_orange;
|
background-color: $zeus_orange;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
<script src="https://code.jquery.com/jquery-3.0.0.min.js" charset="utf-8"></script>
|
<script src="https://code.jquery.com/jquery-3.0.0.min.js" charset="utf-8"></script>
|
||||||
|
|
||||||
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
|
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
|
||||||
|
|
||||||
<%= content_for(@item, :head) %>
|
<%= content_for(@item, :head) %>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<% content_for :head do %>
|
<% content_for :head do %>
|
||||||
<meta property="og:image" content="<%= item[:banner] %>" />
|
<meta property="og:image" content="<%= item[:banner] %>" />
|
||||||
|
<meta property="og:title" content="<%= item[:title] %>" />
|
||||||
<% 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