diff options
author | Volpeon <git@volpeon.ink> | 2021-01-06 14:49:43 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-01-06 14:49:43 +0100 |
commit | b26abc90439e5e1d25176ffa80f7ba0b34b3fa43 (patch) | |
tree | 14a3fff849ac7de28b37e0c9193e7d0f5ca26630 /templates/base.html | |
parent | Moved all metadata processing from the build script into a Pandoc Lua filter (diff) | |
download | volpeon.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.html | 1 |
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)$ |