diff options
author | Volpeon <git@volpeon.ink> | 2021-11-15 11:01:27 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-15 11:01:27 +0100 |
commit | 58cfa0ff5d9ac7c83acdb75d9df9fdca9c9e8fe8 (patch) | |
tree | c603337f1473dd649e54600664205e6041457084 /templates | |
parent | Better code block design, make header smaller on mobile (diff) | |
download | volpeon.ink-58cfa0ff5d9ac7c83acdb75d9df9fdca9c9e8fe8.tar.gz volpeon.ink-58cfa0ff5d9ac7c83acdb75d9df9fdca9c9e8fe8.tar.bz2 volpeon.ink-58cfa0ff5d9ac7c83acdb75d9df9fdca9c9e8fe8.zip |
Move ASCII fox to partials
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 4 | ||||
-rw-r--r-- | templates/partials/ascii_fox.html (renamed from templates/layouts/ascii_fox.html) | 0 | ||||
-rw-r--r-- | templates/partials/ascii_fox_small.html (renamed from templates/layouts/ascii_fox_small.html) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 9c6b3fa..adc5466 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -81,8 +81,8 @@ ${layouts/page()} | |||
81 | 81 | ||
82 | <footer class="c-footer"> | 82 | <footer class="c-footer"> |
83 | <div class="l-container l-container--pad-y u-pb0"> | 83 | <div class="l-container l-container--pad-y u-pb0"> |
84 | <pre class="c-footer__ascii u-dn@sm-lo" aria-hidden="true">${layouts/ascii_fox()}</pre> | 84 | <pre class="c-footer__ascii u-dn@sm-lo" aria-hidden="true">${partials/ascii_fox()}</pre> |
85 | <pre class="c-footer__ascii u-dn@sm-hi" aria-hidden="true">${layouts/ascii_fox_small()}</pre> | 85 | <pre class="c-footer__ascii u-dn@sm-hi" aria-hidden="true">${partials/ascii_fox_small()}</pre> |
86 | </div> | 86 | </div> |
87 | </footer> | 87 | </footer> |
88 | </body> | 88 | </body> |
diff --git a/templates/layouts/ascii_fox.html b/templates/partials/ascii_fox.html index f5e5316..f5e5316 100644 --- a/templates/layouts/ascii_fox.html +++ b/templates/partials/ascii_fox.html | |||
diff --git a/templates/layouts/ascii_fox_small.html b/templates/partials/ascii_fox_small.html index ea05aa2..ea05aa2 100644 --- a/templates/layouts/ascii_fox_small.html +++ b/templates/partials/ascii_fox_small.html | |||