kaisaan.github.io/_layouts/default.html
2021-10-21 20:54:07 -04:00

11 lines
232 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ page.title }} | KYS</title>
<link rel="stylesheet" type="text/css" href="/_css/style.css">
</head>
<body>
{% include nav.html %}
{{ content }}
</body>
</html>