summaryrefslogtreecommitdiffstats
path: root/_site/index.html
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-10-25 10:15:59 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-10-25 10:15:59 +0800
commit05c9cc1c5cf0d9f96f3ceaba0538c2bf67d1e05e (patch)
treea266d1789a98c286555a756a7dfc41186bf4b898 /_site/index.html
parent3f739039d9fbd9210beb998ef548288f6c416fa4 (diff)
downloadwww-05c9cc1c5cf0d9f96f3ceaba0538c2bf67d1e05e.tar.gz
Fix navbar highlighting.
Diffstat (limited to '_site/index.html')
-rw-r--r--_site/index.html29
1 files changed, 24 insertions, 5 deletions
diff --git a/_site/index.html b/_site/index.html
index da31006..c60b34a 100644
--- a/_site/index.html
+++ b/_site/index.html
@@ -2,7 +2,7 @@
<html lang="en-us">
<head>
<meta charset="utf-8">
- <title>ASCIIMX - DEV</title>
+ <title>ASCIIMX</title>
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/normalize.css">
<link rel="stylesheet" href="/assets/css/skeleton.css">
@@ -12,16 +12,35 @@
<div class="container">
<ul id="navlist" class="left">
<li class="active">
- <a href="/">hme
- </a>
+ <a href="/">hme</a>
</li>
<li >
- <a href="/about/">abt
- </a>
+ <a href="/about.html">abt</a>
</li>
<li><a href="/feed.xml">rss</a></li>
</ul>
</div>
+ <main class="container" id="main"><ul>
+
+
+
+ <li>
+ <h2><a href="/blog/post-1/index.html">Index</a></h2>
+ <p>An apple is a sweet, edible fruit produced by an apple tree.</p>
+
+ </li>
+
+ <li>
+ <h2><a href="/projects/post-1/index.html">Index</a></h2>
+ <p>An apple is a sweet, edible fruit produced by an apple tree.</p>
+
+ </li>
+
+</ul>
+
+</div>
+</main>
+
</body>
</html>