diff options
author | 裸奔狂甩丁丁 <30397306+StreakingMan@users.noreply.github.com> | 2022-04-05 22:51:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-05 22:51:38 +0800 |
commit | ffb0e94ff53d3585efd7acad7560dd11a153f5e6 (patch) | |
tree | f537f5827810c902830da5cc33255abaa47d792a /_layouts/default.html | |
parent | ad83aa4302f035ab2f76f2f239e8748fa3e9f0c7 (diff) |
feat: click to top (#84)
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 2 |
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 }} |