summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-11 06:49:46 +0100
committerVolpeon <git@volpeon.ink>2021-11-11 06:49:46 +0100
commit0963ba816e8d5f2c408e67a4deef14840a3f64fb (patch)
tree19629153f3bcc136a821eab8ca32b2a50590964d /templates
parentSimplified home page (diff)
downloadvolpeon.ink-0963ba816e8d5f2c408e67a4deef14840a3f64fb.tar.gz
volpeon.ink-0963ba816e8d5f2c408e67a4deef14840a3f64fb.tar.bz2
volpeon.ink-0963ba816e8d5f2c408e67a4deef14840a3f64fb.zip
Make footer sticky again, fix blobfox and bunhd URLs
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html14
-rw-r--r--templates/layouts/categorized_list.html2
-rw-r--r--templates/layouts/index.html2
3 files changed, 9 insertions, 9 deletions
diff --git a/templates/base.html b/templates/base.html
index 554651d..420f40e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -72,14 +72,14 @@ ${layouts/list()}
72 $else$ 72 $else$
73${layouts/page()} 73${layouts/page()}
74 $endif$ 74 $endif$
75
76 <footer class="c-footer">
77 <div class="l-container l-container--pad-y u-pb0">
78 <pre class="c-footer__ascii u-dn@sm-lo">${layouts/ascii_fox()}</pre>
79 <pre class="c-footer__ascii u-dn@sm-hi">${layouts/ascii_fox_small()}</pre>
80 </div>
81 </footer>
82 </main> 75 </main>
76
77 <footer class="c-footer">
78 <div class="l-container l-container--pad-y u-pb0">
79 <pre class="c-footer__ascii u-dn@sm-lo">${layouts/ascii_fox()}</pre>
80 <pre class="c-footer__ascii u-dn@sm-hi">${layouts/ascii_fox_small()}</pre>
81 </div>
82 </footer>
83</body> 83</body>
84 84
85</html> 85</html>
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html
index d5dafaf..8f8b1ae 100644
--- a/templates/layouts/categorized_list.html
+++ b/templates/layouts/categorized_list.html
@@ -1,5 +1,5 @@
1<section class="l-container l-container--pad-x l-container--pad-y l-container--content"> 1<section class="l-container l-container--pad-x l-container--pad-y l-container--content">
2 <div class="s-headlines s-body s-colored-links"> 2 <div class="s-headlines s-colored-links">
3 <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> 3 <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1>
4 4
5$body$ 5$body$
diff --git a/templates/layouts/index.html b/templates/layouts/index.html
index b76c606..a7b68c3 100644
--- a/templates/layouts/index.html
+++ b/templates/layouts/index.html
@@ -1,5 +1,5 @@
1<section class="l-container l-container--pad-x l-container--pad-y l-container--content"> 1<section class="l-container l-container--pad-x l-container--pad-y l-container--content">
2 <div class="s-headlines s-body"> 2 <div class="s-headlines s-colored-links">
3$body$ 3$body$
4 </div> 4 </div>
5 5