+
<% if (is_home()) { %>
<%- partial('common/home-post') %>
diff --git a/source/css/animated.styl b/source/css/animated.styl
index d6829e7..be6836c 100644
--- a/source/css/animated.styl
+++ b/source/css/animated.styl
@@ -1,6 +1,7 @@
.animated {
animation-fill-mode: both;
animation-duration: 1s;
+ animation-name fade-in-down
}
.animated.hinge {
@@ -18,7 +19,3 @@
transform: translateY(0);
}
}
-
-.fade-in-down {
- animation-name: fade-in-down;
-}