diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 3 | ||||
-rw-r--r-- | templates/layouts/index.html | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 8682125..08c85bb 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -22,6 +22,9 @@ | |||
22 | $for(feeds)$ | 22 | $for(feeds)$ |
23 | <link href="$it.url$" type="application/atom+xml" rel="alternate" title="$it.title$ – $site.title$" /> | 23 | <link href="$it.url$" type="application/atom+xml" rel="alternate" title="$it.title$ – $site.title$" /> |
24 | $endfor$ | 24 | $endfor$ |
25 | $if(feed)$ | ||
26 | <link href="$feed.url.rel$" type="application/atom+xml" rel="alternate" title="$if(section.is_index)$$else$$title$ – $endif$$site.title$" /> | ||
27 | $endif$ | ||
25 | 28 | ||
26 | <title>$if(section.is_index)$$else$$title$ – $endif$$site.title$</title> | 29 | <title>$if(section.is_index)$$else$$title$ – $endif$$site.title$</title> |
27 | 30 | ||
diff --git a/templates/layouts/index.html b/templates/layouts/index.html index a1410f1..21e6293 100644 --- a/templates/layouts/index.html +++ b/templates/layouts/index.html | |||
@@ -25,6 +25,10 @@ $body$ | |||
25 | </div> | 25 | </div> |
26 | </main> | 26 | </main> |
27 | 27 | ||
28 | <footer class="c-footer l-container"> | ||
29 | 9thPK7O3xn | ||
30 | </footer> | ||
31 | |||
28 | <template id="header-sm"> | 32 | <template id="header-sm"> |
29 | $-- .| //\__ ' .' | . | ' . ' | 33 | $-- .| //\__ ' .' | . | ' . ' |
30 | $-- | _.~-"""-----~`` ,-´ ' ' |' | ' ' | 34 | $-- | _.~-"""-----~`` ,-´ ' ' |' | ' ' |