diff options
author | Volpeon <git@volpeon.ink> | 2021-01-10 21:47:29 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-01-10 21:47:29 +0100 |
commit | 9e795f303ffa8a6350a49d45eefdffd5b84f2036 (patch) | |
tree | 98c59a09b326684f26ffd7d2a88f26de99d74227 /templates | |
parent | Moved output filename handling into Pandoc filter, implemented path rewriting (diff) | |
download | volpeon.ink-9e795f303ffa8a6350a49d45eefdffd5b84f2036.tar.gz volpeon.ink-9e795f303ffa8a6350a49d45eefdffd5b84f2036.tar.bz2 volpeon.ink-9e795f303ffa8a6350a49d45eefdffd5b84f2036.zip |
Show secret footer, add link meta tag to feed for owning page, finished home page
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 | $-- | _.~-"""-----~`` ,-´ ' ' |' | ' ' |