summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-04-20 21:45:36 +0200
committerVolpeon <git@volpeon.ink>2021-04-20 21:45:36 +0200
commit269433c6f84ce631d38fd7ffaed04ed3f7c2bf4f (patch)
treedece94a7b29ef36c98d322b8439e41d171fde0a8 /templates/base.html
parentUpdate (diff)
downloadvolpeon.ink-269433c6f84ce631d38fd7ffaed04ed3f7c2bf4f.tar.gz
volpeon.ink-269433c6f84ce631d38fd7ffaed04ed3f7c2bf4f.tar.bz2
volpeon.ink-269433c6f84ce631d38fd7ffaed04ed3f7c2bf4f.zip
Support project previews
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