import posts, fix styles

This commit is contained in:
Cory Dransfeldt 2023-03-11 20:20:57 -08:00
parent 12584cf706
commit 9e00d9c09e
No known key found for this signature in database
32 changed files with 2665 additions and 293 deletions

View file

@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>{{ title }}</title>
<title>{{ title }} • {{site.title}}</title>
<meta charset="utf-8">
<meta name='viewport' content='width=device-width'>
<meta property="og:title" content="{{ title }}" />
@ -29,7 +29,7 @@
}
</script>
</head>
<body class="dark:text-white dark:bg-gray-900 font-sans text-gray-800 dark:text-gray-50">
<body class="dark:text-white dark:bg-gray-900 font-sans text-gray-800">
{{ content }}
<script>
document.getElementById("toggleDarkMode").addEventListener("click", function() {