summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/base.html4
-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