diff --git a/layouts/partials/arrow.html b/layouts/partials/arrow.html
new file mode 100644
index 0000000..ad73f2c
--- /dev/null
+++ b/layouts/partials/arrow.html
@@ -0,0 +1,5 @@
+
+
\ No newline at end of file
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
new file mode 100644
index 0000000..3f794ea
--- /dev/null
+++ b/layouts/partials/head.html
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/static/css/style.css b/static/css/style.css
index 3776d67..daa421c 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -44,3 +44,14 @@
/* iPhone 5 or before */
@media only screen and (max-width: 320px) {
}
+
+/* Back to top */
+.backtop {
+ color: #b3b1b1;
+ position: fixed;
+ right: 16px;
+ bottom: 16px;
+ width: 32px;
+ height: 32px;
+ z-index: 999998;
+}
\ No newline at end of file