diff options
author | JJ | 2024-07-25 19:22:07 +0000 |
---|---|---|
committer | JJ | 2024-07-25 19:22:07 +0000 |
commit | e9dd9fada06fa7ea743238e23d3ffdfcb5f1a56c (patch) | |
tree | 607d506f7fac9d4edb24252e724d091299efe86f /_templates/post.html | |
parent | c0862d44ac207e4584721017043d61e2dd993096 (diff) |
add back syntax highlighting
Diffstat (limited to '_templates/post.html')
-rw-r--r-- | _templates/post.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_templates/post.html b/_templates/post.html index 44537b9..5d18844 100644 --- a/_templates/post.html +++ b/_templates/post.html @@ -5,7 +5,6 @@ <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="/css/post.css"/> <title> $title$ </title> </head> <body> |