This commit is contained in:
Joshua Seigler 2024-06-07 02:46:15 -04:00
parent 0314b6a427
commit 16128c6279
53 changed files with 713 additions and 75 deletions

View file

@ -10,10 +10,11 @@ title: Joshua's Homepage
<link rel="stylesheet" href="{{ "/assets/site.css" | url }}"/>
<title>{{ tag | capitalize if tag else title }} - joshua.seigler.net</title>
</head>
<body data-font="english">
<body data-font="english" data-path="{{page.url}}">
{% include "-header.njk" %}
<main>
{{ content | safe }}
</main>
{% include "-footer.njk" %}
</body>
</html>