diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 1ed2ca6..a2ddeb9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,7 +2,7 @@ <html> <head> <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width initial-scale=1" /> + <meta name="viewport" content="width=device-width initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>{% if page.title %}{{ page.title }}{% else %}{{ config.title }}{% endif %}</title> |