summaryrefslogtreecommitdiff
path: root/_templates/post.html
diff options
context:
space:
mode:
authorJJ2024-07-22 22:43:01 +0000
committerJJ2024-07-22 22:43:01 +0000
commitc0862d44ac207e4584721017043d61e2dd993096 (patch)
treeb89948981f6ade54a4321d9913a39f9bdd229054 /_templates/post.html
parentc280e1addd3624b41dfe3a05ccd72e18a30b6578 (diff)
update main page & about me
Diffstat (limited to '_templates/post.html')
-rw-r--r--_templates/post.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_templates/post.html b/_templates/post.html
index fca6aed..44537b9 100644
--- a/_templates/post.html
+++ b/_templates/post.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="icon" type="image/jpg" href="/assets/light.png"/>
<link rel="stylesheet" href="/css/style.css"/>
- <link rel="stylesheet" href="/writeups/css/style.css"/>
+ <link rel="stylesheet" href="/css/post.css"/>
<title> $title$ </title>
</head>
<body>
@@ -13,5 +13,6 @@ $partial("_templates/header.html")$
<main>
$body$
</main>
+$partial("_templates/footer.html")$
</body>
</html>