diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 6c0c4a9..5542401 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -22,6 +22,13 @@ | |||
| 22 | $if(feed)$ | 22 | $if(feed)$ |
| 23 | <link href="$feed.url.rel$" type="application/atom+xml" rel="alternate" title="$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$" /> | 23 | <link href="$feed.url.rel$" type="application/atom+xml" rel="alternate" title="$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$" /> |
| 24 | $endif$ | 24 | $endif$ |
| 25 | $if(layout.is_categorized_list)$ | ||
| 26 | $for(pages.asc_title)$ | ||
| 27 | $if(it.feed)$ | ||
| 28 | <link href="$it.feed.url.rel$" type="application/atom+xml" rel="alternate" title="$it.title$ – $site.title$" /> | ||
| 29 | $endif$ | ||
| 30 | $endfor$ | ||
| 31 | $endif$ | ||
| 25 | 32 | ||
| 26 | <title>$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$</title> | 33 | <title>$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$</title> |
| 27 | 34 | ||
| @@ -64,11 +71,12 @@ | |||
| 64 | ${layouts/index()} | 71 | ${layouts/index()} |
| 65 | $elseif(layout.is_categorized_list)$ | 72 | $elseif(layout.is_categorized_list)$ |
| 66 | ${layouts/categorized_list()} | 73 | ${layouts/categorized_list()} |
| 74 | $elseif(layout.is_list)$ | ||
| 75 | ${layouts/list()} | ||
| 67 | $else$ | 76 | $else$ |
| 68 | ${layouts/page()} | 77 | ${layouts/page()} |
| 69 | $endif$ | 78 | $endif$ |
| 70 | 79 | ||
| 71 | |||
| 72 | <footer class="c-footer"> | 80 | <footer class="c-footer"> |
| 73 | <div class="l-container l-container--pad-y u-pb0"> | 81 | <div class="l-container l-container--pad-y u-pb0"> |
| 74 | <pre class="c-footer__ascii u-dn@sm-lo">${layouts/ascii_fox()}</pre> | 82 | <pre class="c-footer__ascii u-dn@sm-lo">${layouts/ascii_fox()}</pre> |
