diff options
| author | Volpeon <git@volpeon.ink> | 2020-12-22 21:35:57 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2020-12-22 21:35:57 +0100 |
| commit | 021f6ace11aee47a7ba9d7381cc16b0acf50f748 (patch) | |
| tree | ba098a9046a0d0e0262d027492e9460b2c5ad8de /templates | |
| parent | Added deploy command to makefile (diff) | |
| download | volpeon.ink-021f6ace11aee47a7ba9d7381cc16b0acf50f748.tar.gz volpeon.ink-021f6ace11aee47a7ba9d7381cc16b0acf50f748.tar.bz2 volpeon.ink-021f6ace11aee47a7ba9d7381cc16b0acf50f748.zip | |
Switched from cssnano to csso, added robots.txt, changed output dir
Diffstat (limited to 'templates')
| -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 7c3bcc1..a4d81ba 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -4,6 +4,7 @@ | |||
| 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 | $for(author-meta)$ | 8 | $for(author-meta)$ |
| 8 | <meta name="author" content="$author-meta$" /> | 9 | <meta name="author" content="$author-meta$" /> |
| 9 | $endfor$ | 10 | $endfor$ |
