diff options
Diffstat (limited to '_templates/post.html')
-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> |