summaryrefslogtreecommitdiff
path: root/themes/tufte
diff options
context:
space:
mode:
authorHimanshu Sardana <himanshusardana2005@gmail.com>2026-03-28 00:19:00 +0000
committerHimanshu Sardana <himanshusardana2005@gmail.com>2026-03-28 00:19:00 +0000
commit4f07893631c5e94f0ed65010984a3e0dda73693a (patch)
tree31d800c11f674be92008ae20eb330bd9d30e3ac9 /themes/tufte
parentc7774cccc0cb86386ed71e4a18f7a52616e3d32f (diff)
chore: remove navbars from all themes
Diffstat (limited to 'themes/tufte')
-rw-r--r--themes/tufte/home.html10
-rw-r--r--themes/tufte/layout.html7
2 files changed, 2 insertions, 15 deletions
diff --git a/themes/tufte/home.html b/themes/tufte/home.html
index f7092f4..2c651e2 100644
--- a/themes/tufte/home.html
+++ b/themes/tufte/home.html
@@ -194,13 +194,6 @@
</style>
</head>
<body>
- <nav>
- <a href="/" class="logo">Kite</a>
- <ul>
- <li><a href="/">Home</a></li>
- </ul>
- </nav>
-
<main>
<section class="hero">
<h1>{{ .SiteTitle }}</h1>
@@ -239,4 +232,5 @@
<span>&copy; {{ .Year }} {{ .AuthorName }}</span>
</footer>
</body>
-</html> \ No newline at end of file
+</html>
+
diff --git a/themes/tufte/layout.html b/themes/tufte/layout.html
index 3ac212d..13f2eed 100644
--- a/themes/tufte/layout.html
+++ b/themes/tufte/layout.html
@@ -305,13 +305,6 @@
</style>
</head>
<body>
- <nav>
- <a href="/" class="logo">Kite</a>
- <ul>
- <li><a href="/">Home</a></li>
- </ul>
- </nav>
-
<main>
{{ if .TOC }}
<div class="toc-wrap">