From ef9166a92607093dea593653a9977fba40d82ad3 Mon Sep 17 00:00:00 2001 From: Doge Date: Fri, 21 May 2021 01:53:08 +0800 Subject: Add header adjustment with autoscroll --- layout/post.ejs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'layout/post.ejs') diff --git a/layout/post.ejs b/layout/post.ejs index 9d9c8df..1419b70 100644 --- a/layout/post.ejs +++ b/layout/post.ejs @@ -1,6 +1,16 @@
-
+
+ <% if (theme.header.autoscroll) { %> + + <% } %> <% if (page.thumbnail) { %>
-- cgit v1.2.3