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 | |
parent | c0862d44ac207e4584721017043d61e2dd993096 (diff) |
add back syntax highlighting
Diffstat (limited to '_templates')
-rw-r--r-- | _templates/header.html | 6 | ||||
-rw-r--r-- | _templates/post.html | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/_templates/header.html b/_templates/header.html index bfd4deb..8ddb638 100644 --- a/_templates/header.html +++ b/_templates/header.html @@ -4,10 +4,10 @@ </h1> <nav> <a href="/about">about</a> - <a href="/resume">resume</a> + <a href="/posts">blog</a> <a href="/notes">notes</a> - <a href="/posts">posts</a> + <a href="/resume">resume</a> <a href="/writeups">writeups</a> - <a href="https://wiki.toki.la">wiki</a> + <a href="/wiki">wiki</a> </nav> </header> 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> |