diff --git a/content/stylesheet.scss b/content/stylesheet.scss index c59bdb8..c5371fa 100644 --- a/content/stylesheet.scss +++ b/content/stylesheet.scss @@ -179,6 +179,7 @@ html, body { &:hover { background-color: $zeus_orange; z-index: 200; + cursor: pointer; } } diff --git a/layouts/default.erb b/layouts/default.erb index e2b436c..4a61b7c 100644 --- a/layouts/default.erb +++ b/layouts/default.erb @@ -17,6 +17,7 @@ + <%= content_for(@item, :head) %> diff --git a/layouts/eventpost.erb b/layouts/eventpost.erb index 76b03c2..03b1468 100644 --- a/layouts/eventpost.erb +++ b/layouts/eventpost.erb @@ -1,5 +1,6 @@ <% content_for :head do %> + <% end %>