add html meta tag to make the site mobile-ready
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{% block title %}FinancePlanner{% endblock %}</title>
|
<title>{% block title %}FinancePlanner{% endblock %}</title>
|
||||||
<link rel="stylesheet" type="text/css" href="{% static 'financeplanner/style.css' %}">
|
<link rel="stylesheet" type="text/css" href="{% static 'financeplanner/style.css' %}">
|
||||||
|
|||||||
Reference in New Issue
Block a user