summaryrefslogtreecommitdiff
path: root/_templates
diff options
context:
space:
mode:
authorJJ2024-07-25 19:22:07 +0000
committerJJ2024-07-25 19:22:07 +0000
commite9dd9fada06fa7ea743238e23d3ffdfcb5f1a56c (patch)
tree607d506f7fac9d4edb24252e724d091299efe86f /_templates
parentc0862d44ac207e4584721017043d61e2dd993096 (diff)
add back syntax highlighting
Diffstat (limited to '_templates')
-rw-r--r--_templates/header.html6
-rw-r--r--_templates/post.html1
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>