diff options
author | JJ | 2024-07-22 22:43:01 +0000 |
---|---|---|
committer | JJ | 2024-07-22 22:43:01 +0000 |
commit | c0862d44ac207e4584721017043d61e2dd993096 (patch) | |
tree | b89948981f6ade54a4321d9913a39f9bdd229054 /_templates | |
parent | c280e1addd3624b41dfe3a05ccd72e18a30b6578 (diff) |
update main page & about me
Diffstat (limited to '_templates')
-rw-r--r-- | _templates/post.html | 3 |
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> |