diff options
| author | Volpeon <git@volpeon.ink> | 2020-12-23 17:57:36 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2020-12-23 17:57:36 +0100 |
| commit | 213f8c2ce1d6c27bf579e7cb440e6ff53f076d30 (patch) | |
| tree | a6a7cb1131dca76a4c63bf35cff063eca17d439c /templates/base.html | |
| parent | Better build script, allow static files in content folder (diff) | |
| download | volpeon.ink-213f8c2ce1d6c27bf579e7cb440e6ff53f076d30.tar.gz volpeon.ink-213f8c2ce1d6c27bf579e7cb440e6ff53f076d30.tar.bz2 volpeon.ink-213f8c2ce1d6c27bf579e7cb440e6ff53f076d30.zip | |
Added favicon, also watch templates folder
Diffstat (limited to 'templates/base.html')
| -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$ |
