summaryrefslogtreecommitdiffstats
path: root/_layouts
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-10-25 09:10:30 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-10-25 09:10:30 +0800
commitbb4fe0acda564a9766eaff4ebc972fbea3ec4760 (patch)
treee91c6b0e38ac19f5ded14c31df46fcf31e3f2376 /_layouts
parent374582322b930635c0b12472d122034b9dc09e54 (diff)
downloadwww-bb4fe0acda564a9766eaff4ebc972fbea3ec4760.tar.gz
wip: marat my own style.
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html27
1 files changed, 14 insertions, 13 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index c5f959c..5485e9b 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -6,19 +6,20 @@
<link rel="stylesheet" href="/assets/css/main.css">
</head>
<body>
- <div class="wrap">
- <header class="masthead">
- <div class="container">
- <h3 class="masthead-title">
- <a href="/" title="Home">{{ site.title | newline_to_br }}</a>
- <br><small>{{ site.tagline }}</small>
- </h3>
- </div>
- </header>
-
- <main class="container" id="main">
- {{ content }}
- </main>
+
+ <div class="container">
+ <ul id="navlist" class="left">
+ <li {% if page.url == "/" %}class="active"{% endif %}>
+ <a href="{{ site.baseurl }}/">hme
+ </a>
+ </li>
+ <li {% if page.url == "/about/" %}class="active"{% endif %}>
+ <a href="{{ site.baseurl }}/about/">abt
+ </a>
+ </li>
+ <li><a href="{{ site.baseurl }}/feed.xml">rss</a></li>
+ </ul>
</div>
+
</body>
</html>