We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0827427 commit a506b1cCopy full SHA for a506b1c
sass_source/sass/_page-layout.scss
@@ -367,3 +367,10 @@ html body {
367
text-decoration: none;
368
}
369
370
+
371
+.page__back-to-top-container {
372
+ width: 100%;
373
+ display: flex;
374
+ justify-content: flex-end;
375
+ margin-top: 1rem;
376
+}
source/_templates/layout.html
@@ -27,6 +27,12 @@
27
<div class="clearer"></div>
28
</section>
29
30
+ <br>
31
32
+ <div class="page__back-to-top-container">
33
+ <a href="#top" class="page__back-to-top">Back to top</a>
34
+ </div>
35
36
{% if pagename not in ["index", "404", "search"] %}
37
<section class="page__feedback">
38
<h1>Was this article useful?</h1>
0 commit comments