<!DOCTYPE html>
-<html>
+<html class="{% if page.route %}route-{{page.route}}{% elsif page.layout %}route-{{page.layout}}{% endif %}">
{% include head.html %}
<body class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}">
{{ content }}
animation: slideDown 500ms both
animation-delay: 1.6s
-#carbon
+html.route-index #carbon
animation: slideUp 500ms both
animation-delay: 1.8s
animation-delay: 1.6s;
}
-#carbon {
+html.route-index #carbon {
animation: slideUp 500ms both;
animation-delay: 1.8s;
}