summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
author裸奔狂甩丁丁 <30397306+StreakingMan@users.noreply.github.com>2022-04-05 22:51:38 +0800
committerGitHub <noreply@github.com>2022-04-05 22:51:38 +0800
commitffb0e94ff53d3585efd7acad7560dd11a153f5e6 (patch)
treef537f5827810c902830da5cc33255abaa47d792a /_layouts
parentad83aa4302f035ab2f76f2f239e8748fa3e9f0c7 (diff)
feat: click to top (#84)
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index b9ad657..f8e8e6b 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -13,6 +13,8 @@
{%- include extensions/theme-toggle.html -%}
+ {%- include extensions/click-to-top.html -%}
+
<main class="page-content" aria-label="Content">
<div class="wrapper">
{{ content }}