summaryrefslogtreecommitdiffstats
path: root/_includes
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-12-20 21:36:45 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-12-20 21:36:45 +0800
commite15f1076b59e997108914f6a5b9b28652d323268 (patch)
tree294b0c5da8f8410ad0aab89dd2c5d107f581e083 /_includes
parent31616ee1b8ff316d6558a0e7c87e4bd4211c9932 (diff)
downloadwww-e15f1076b59e997108914f6a5b9b28652d323268.tar.gz
Change website structure to a log.
Diffstat (limited to '_includes')
-rw-r--r--_includes/nav.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/nav.html b/_includes/nav.html
index c8afc3f..dc2cc5d 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -7,8 +7,8 @@
<li {% if parts[1] == "log" %}class="active"{% endif %}>
<a href="{{ site.baseurl }}/log/" class="link-decor-none">log</a>
</li>
- <li {% if parts[1] == "poc" %}class="active"{% endif %}>
- <a href="{{ site.baseurl }}/poc/" class="link-decor-none">poc</a>
+ <li {% if parts[1] == "projects" %}class="active"{% endif %}>
+ <a href="{{ site.baseurl }}/projects/" class="link-decor-none">poc</a>
</li>
<li {% if page.url == "/about/" %}class="active"{% endif %}>
<a href="{{ site.baseurl }}/about/" class="link-decor-none">abt</a>