diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb
index 23aa1f3..62bd593 100644
--- a/source/layouts/layout.erb
+++ b/source/layouts/layout.erb
@@ -18,15 +18,11 @@ under the License.
-
-
-
-
<%= current_page.data.title || "API Documentation" %>
- <%= stylesheet_link_tag "screen", media: 'screen' %>
- <%= stylesheet_link_tag "print", media: 'print' %>
+ <%= stylesheet_link_tag :screen, media: :screen %>
+ <%= stylesheet_link_tag :print, media: :print %>
<%= javascript_include_tag "all" %>
@@ -42,6 +38,7 @@ under the License.
<%= image_tag "logo.png" %>
+
<% if current_page.data.toc_footers %>
@@ -64,7 +61,7 @@ under the License.