diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index 38888aad..bbdfe74a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,9 +4,9 @@ <head> <title>{% block title %}Arch Linux{% endblock %}</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> - <link rel="stylesheet" href="/media/arch.css" /> - <link rel="icon" href="/media/favicon.ico" type="image/x-icon" /> - <link rel="shortcut icon" href="/media/favicon.ico" type="image/x-icon" /> + <link rel="stylesheet" type="text/css" href="/media/arch.css" /> + <link rel="icon" type="image/x-icon" href="/media/favicon.ico" /> + <link rel="shortcut icon" type="image/x-icon" href="/media/favicon.ico" /> {% block head %} {% endblock %} </head> |