diff options
Diffstat (limited to '_layouts')
-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 }} |