diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index a4d81ba..25232dc 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -4,7 +4,8 @@ | |||
4 | <head> | 4 | <head> |
5 | <meta charset="utf-8" /> | 5 | <meta charset="utf-8" /> |
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 | <link rel="shortcut icon" href="/favicon.ico" /> | ||
8 | $for(author-meta)$ | 9 | $for(author-meta)$ |
9 | <meta name="author" content="$author-meta$" /> | 10 | <meta name="author" content="$author-meta$" /> |
10 | $endfor$ | 11 | $endfor$ |