summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-01-10 21:47:29 +0100
committerVolpeon <git@volpeon.ink>2021-01-10 21:47:29 +0100
commit9e795f303ffa8a6350a49d45eefdffd5b84f2036 (patch)
tree98c59a09b326684f26ffd7d2a88f26de99d74227 /templates/base.html
parentMoved output filename handling into Pandoc filter, implemented path rewriting (diff)
downloadvolpeon.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/base.html')
-rw-r--r--templates/base.html3
1 files changed, 3 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