diff options
author | Volpeon <git@volpeon.ink> | 2021-05-14 21:18:14 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-05-14 21:18:14 +0200 |
commit | b80e8510728b4fc605bd5f6b52d82d320acc2c1f (patch) | |
tree | 1135514c2db808cfe03fc4c272f8bbd87e91df79 /templates/base.html | |
parent | Smaller ASCII art (diff) | |
download | volpeon.ink-b80e8510728b4fc605bd5f6b52d82d320acc2c1f.tar.gz volpeon.ink-b80e8510728b4fc605bd5f6b52d82d320acc2c1f.tar.bz2 volpeon.ink-b80e8510728b4fc605bd5f6b52d82d320acc2c1f.zip |
Moved ASCII fox from page list header to general footer
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html index 27f8f20..d9aaa8e 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -64,11 +64,12 @@ ${layouts/categorized_list()} | |||
64 | ${layouts/page()} | 64 | ${layouts/page()} |
65 | $endif$ | 65 | $endif$ |
66 | 66 | ||
67 | |||
67 | <footer class="c-footer"> | 68 | <footer class="c-footer"> |
68 | <div class="c-footer__content"> | 69 | <pre class="c-footer__ascii u-dn@sm-lo">${layouts/ascii_fox()}</pre> |
69 | 9thPK7O3xn | 70 | <pre class="c-footer__ascii u-dn@sm-hi">${layouts/ascii_fox_small()}</pre> |
70 | </div> | 71 | |
71 | <a class="c-outer-button" href="#" title="To the top"> | 72 | <a class="c-outer-button c-outer-button--scroll-top" href="#" title="To the top"> |
72 | <span class="c-outer-button__icon"> | 73 | <span class="c-outer-button__icon"> |
73 | <svg class="c-outer-button__icon-symbol o-icon"> | 74 | <svg class="c-outer-button__icon-symbol o-icon"> |
74 | <use href="/symbols.svg#icon-arrow-up"></use> | 75 | <use href="/symbols.svg#icon-arrow-up"></use> |