summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/templates/base.html b/templates/base.html
index 794f83f..4ebd507 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -63,18 +63,17 @@ ${layouts/categorized_list()}
63${layouts/page()} 63${layouts/page()}
64 $endif$ 64 $endif$
65 65
66 <a class="c-outer-button c-outer-button--scroll-top" href="#" title="To the top">
67 <span class="c-outer-button__icon">
68 <svg class="c-outer-button__icon-symbol o-icon">
69 <use href="#icon-arrow-up"></use>
70 </svg>
71 </span>
72 </a>
73
74 <footer class="c-footer"> 66 <footer class="c-footer">
75 <div class="c-footer__content"> 67 <div class="c-footer__content">
76 9thPK7O3xn 68 9thPK7O3xn
77 </div> 69 </div>
70 <a class="c-outer-button" href="#" title="To the top">
71 <span class="c-outer-button__icon">
72 <svg class="c-outer-button__icon-symbol o-icon">
73 <use href="#icon-arrow-up"></use>
74 </svg>
75 </span>
76 </a>
78 </footer> 77 </footer>
79 </main> 78 </main>
80 79