You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
900 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ page.title }} | tait.tech</title>
<link rel="stylesheet" href="/assets/css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Tait Hoyem">
<meta name="keywords" content="{{ page.keywords }}">
<meta name="description" content="{{ page.description }}">
{%- if page.math -%}
<link rel="stylesheet" href="/assets/css/katex.css">
{% endif %}
{%- if page.code -%}
<link rel="stylesheet" href="/assets/css/highlight.css">
{% endif %}
</head>
<body>
<div id="wrapper">
<header>
{% include header.html %}
{% include nav.html %}
</header>
<main>
{{ content }}
</main>
<hr>
<footer>
{% include footer.html %}
</footer>
</div>
</body>
</html>