-
<%- body %>
+
+
<%- body %>
<%- partial('common/widget', { position: 'left' }) %>
<%- partial('common/widget', { position: 'right' }) %>
diff --git a/layout/plugin/animejs.ejs b/layout/plugin/animejs.ejs
index fc34780..58ba780 100644
--- a/layout/plugin/animejs.ejs
+++ b/layout/plugin/animejs.ejs
@@ -14,9 +14,9 @@
$(document).ready(function () {
$('body').css('opacity', 1);
if (!isIE()) {
- ['.main > .column:first-child .card',
- '.main > .column:nth-child(2) .card',
- '.main > .column:last-child .card'].map(function(target) {
+ ['.column-main > .card',
+ '.column-left > .card',
+ '.column-right > .card'].map(function(target) {
anime({
targets: target,
scale: [0.8, 1],
@@ -28,7 +28,7 @@
}
})
});
-
+
anime({
targets: '.navbar-main',
translateY: [-100, 0],
diff --git a/layout/plugin/back-to-top.ejs b/layout/plugin/back-to-top.ejs
index 615406d..55a065a 100644
--- a/layout/plugin/back-to-top.ejs
+++ b/layout/plugin/back-to-top.ejs
@@ -1,17 +1,16 @@
<% if (plugin !== false) { %>
<% if (!head) { %>
-
+
keyboard_arrow_up
-
+<%- js('js/back-to-top') %>
<% } %>
<% } %>
\ No newline at end of file
diff --git a/layout/widget/links.ejs b/layout/widget/links.ejs
index a94b67b..c87c605 100644
--- a/layout/widget/links.ejs
+++ b/layout/widget/links.ejs
@@ -9,7 +9,7 @@