Try fixing broken CSS

This commit is contained in:
Kaisaan 2021-10-21 20:54:07 -04:00
parent 19b8cf201f
commit b3e1c7bc88

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>{{ page.title }} | KYS</title> <title>{{ page.title }} | KYS</title>
<link rel="stylesheet" href="/_css/style.css"> <link rel="stylesheet" type="text/css" href="/_css/style.css">
</head> </head>
<body> <body>
{% include nav.html %} {% include nav.html %}