summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-01-06 14:49:43 +0100
committerVolpeon <git@volpeon.ink>2021-01-06 14:49:43 +0100
commitb26abc90439e5e1d25176ffa80f7ba0b34b3fa43 (patch)
tree14a3fff849ac7de28b37e0c9193e7d0f5ca26630 /templates/base.html
parentMoved all metadata processing from the build script into a Pandoc Lua filter (diff)
downloadvolpeon.ink-b26abc90439e5e1d25176ffa80f7ba0b34b3fa43.tar.gz
volpeon.ink-b26abc90439e5e1d25176ffa80f7ba0b34b3fa43.tar.bz2
volpeon.ink-b26abc90439e5e1d25176ffa80f7ba0b34b3fa43.zip
Improved subpage organization code in metadata filter
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 3e079a1..b4a2953 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -6,6 +6,7 @@
6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <meta name="robots" content="noindex" /> 7 <meta name="robots" content="noindex" />
8 8
9 <link rel="canonical" href="$url.full$">
9 <link rel="shortcut icon" href="/favicon.ico" /> 10 <link rel="shortcut icon" href="/favicon.ico" />
10 11
11 $for(author)$ 12 $for(author)$