make base.html point to the root stylesheet

This commit is contained in:
leah 2021-08-20 15:26:10 +01:00
parent fe973d0fe1
commit 2ccf8fb839
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>the south london library</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<link rel='stylesheet' type='text/css' media='screen' href='/main.css'>
</head>
<body>
{% block content %} {% endblock %}