diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 14 | ||||
| -rw-r--r-- | templates/layouts/categorized_list.html | 2 | ||||
| -rw-r--r-- | templates/layouts/index.html | 2 |
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 | ||
