summaryrefslogtreecommitdiff
path: root/themes
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
parentc7774cccc0cb86386ed71e4a18f7a52616e3d32f (diff)
chore: remove navbars from all themes
Diffstat (limited to 'themes')
-rw-r--r--themes/everforest/home.html7
-rw-r--r--themes/everforest/layout.html7
-rw-r--r--themes/gruvbox/home.html4
-rw-r--r--themes/gruvbox/layout.html6
-rw-r--r--themes/modern-dark-2/home.html7
-rw-r--r--themes/modern-dark-2/layout.html7
-rw-r--r--themes/modern-dark-catppuccin/home.html7
-rw-r--r--themes/modern-dark-catppuccin/layout.html7
-rw-r--r--themes/modern-dark/home.html5
-rw-r--r--themes/modern-light/home.html5
-rw-r--r--themes/rose-pine/home.html7
-rw-r--r--themes/rose-pine/layout.html7
-rw-r--r--themes/terminal-gruvbox/home.html10
-rw-r--r--themes/terminal-gruvbox/layout.html7
-rw-r--r--themes/tufte/home.html10
-rw-r--r--themes/tufte/layout.html7
16 files changed, 4 insertions, 106 deletions
diff --git a/themes/everforest/home.html b/themes/everforest/home.html
index 4f08469..1a3d7b3 100644
--- a/themes/everforest/home.html
+++ b/themes/everforest/home.html
@@ -290,13 +290,6 @@
</style>
</head>
<body>
- <nav>
- <a href="/" class="logo">Kite<span>.</span></a>
- <ul>
- <li><a href="/">Home</a></li>
- </ul>
- </nav>
-
<main>
<section class="hero">
<h1>{{ .SiteTitle }}</h1>
diff --git a/themes/everforest/layout.html b/themes/everforest/layout.html
index 14df56f..a45e86f 100644
--- a/themes/everforest/layout.html
+++ b/themes/everforest/layout.html
@@ -150,13 +150,6 @@
</style>
</head>
<body>
- <nav>
- <a href="/" class="logo">Kite<span>.</span></a>
- <ul>
- <li><a href="/">Home</a></li>
- </ul>
- </nav>
-
<main>
{{ if .TOC }}
<div class="toc-wrap">
diff --git a/themes/gruvbox/home.html b/themes/gruvbox/home.html
index c84214d..70578f3 100644
--- a/themes/gruvbox/home.html
+++ b/themes/gruvbox/home.html
@@ -595,10 +595,6 @@
</div>
<span>{{ .SiteTitle }}</span>
</div>
- <nav class="titlebar-nav">
- <a href="/about">about</a>
- <a href="/feed.xml">rss</a>
- </nav>
</div>
<!-- hero -->
diff --git a/themes/gruvbox/layout.html b/themes/gruvbox/layout.html
index 60474fd..224410d 100644
--- a/themes/gruvbox/layout.html
+++ b/themes/gruvbox/layout.html
@@ -647,12 +647,6 @@
</nav>
<div class="page-wrap">
- <!-- top navigation -->
- <div class="topbar">
- <a class="topbar-back" href="/">home</a>
- <span class="topbar-title">{{ .Title }}</span>
- </div>
-
<!-- article title block -->
<header class="article-header">
<div class="article-eyebrow">post</div>
diff --git a/themes/modern-dark-2/home.html b/themes/modern-dark-2/home.html
index 5f502bd..d6dae50 100644
--- a/themes/modern-dark-2/home.html
+++ b/themes/modern-dark-2/home.html
@@ -270,13 +270,6 @@
</style>
</head>
<body>
- <nav>
- <a href="/" class="logo">Kite<span>.</span></a>
- <ul>
- <li><a href="/">Home</a></li>
- </ul>
- </nav>
-
<main>
<section class="hero">
<h1>{{ .SiteTitle }}</h1>
diff --git a/themes/modern-dark-2/layout.html b/themes/modern-dark-2/layout.html
index fbe0632..02f7923 100644
--- a/themes/modern-dark-2/layout.html
+++ b/themes/modern-dark-2/layout.html
@@ -440,13 +440,6 @@
</style>
</head>
<body>
- <nav>
- <a href="/" class="logo">Kite<span>.</span></a>
- <ul>
- <li><a href="/">Home</a></li>
- </ul>
- </nav>
-
<main>
{{ if .TOC }}
<div class="toc-wrap">
diff --git a/themes/modern-dark-catppuccin/home.html b/themes/modern-dark-catppuccin/home.html
index 912c9f5..944239c 100644
--- a/themes/modern-dark-catppuccin/home.html
+++ b/themes/modern-dark-catppuccin/home.html
@@ -279,13 +279,6 @@
</style>
</head>
<body>
- <nav>
- <a href="/" class="logo">Kite<span>.</span></a>
- <ul>
- <li><a href="/">Home</a></li>
- </ul>
- </nav>
-
<main>
<section class="hero">
<h1>{{ .SiteTitle }}</h1>
diff --git a/themes/modern-dark-catppuccin/layout.html b/themes/modern-dark-catppuccin/layout.html
index 7c2f3ae..e83b4fe 100644
--- a/themes/modern-dark-catppuccin/layout.html
+++ b/themes/modern-dark-catppuccin/layout.html
@@ -439,13 +439,6 @@
</style>
</head>
<body>
- <nav>
- <a href="/" class="logo">Kite<span>.</span></a>
- <ul>
- <li><a href="/">Home</a></li>
- </ul>
- </nav>
-
<main>
{{ if .TOC }}
<div class="toc-wrap">
diff --git a/themes/modern-dark/home.html b/themes/modern-dark/home.html
index 2ff565a..e7ba76a 100644
--- a/themes/modern-dark/home.html
+++ b/themes/modern-dark/home.html
@@ -399,11 +399,6 @@
</head>
<body>
<div class="page">
- <nav>
- <a href="/about">About</a>
- <a href="/feed.xml">RSS</a>
- </nav>
-
<header class="hero">
<h1 class="hero-name">{{ .AuthorName }}</h1>
<p class="hero-role">{{ .AuthorRole }}</p>
diff --git a/themes/modern-light/home.html b/themes/modern-light/home.html
index 0e963fe..6fc3dd8 100644
--- a/themes/modern-light/home.html
+++ b/themes/modern-light/home.html
@@ -311,11 +311,6 @@
</head>
<body>
<div class="page">
- <nav>
- <a href="/about">About</a>
- <a href="/feed.xml">RSS</a>
- </nav>
-
<header class="hero">
<h1 class="hero-name">{{ .AuthorName }}</h1>
<p class="hero-role">{{ .AuthorRole }}</p>
diff --git a/themes/rose-pine/home.html b/themes/rose-pine/home.html
index 5b7b6fa..57da2d0 100644
--- a/themes/rose-pine/home.html
+++ b/themes/rose-pine/home.html
@@ -276,13 +276,6 @@
</style>
</head>
<body>
- <nav>
- <a href="/" class="logo">Kite<span>.</span></a>
- <ul>
- <li><a href="/">Home</a></li>
- </ul>
- </nav>
-
<main>
<section class="hero">
<h1>{{ .SiteTitle }}</h1>
diff --git a/themes/rose-pine/layout.html b/themes/rose-pine/layout.html
index 0d1bbd7..70a4bda 100644
--- a/themes/rose-pine/layout.html
+++ b/themes/rose-pine/layout.html
@@ -433,13 +433,6 @@
</style>
</head>
<body>
- <nav>
- <a href="/" class="logo">Kite<span>.</span></a>
- <ul>
- <li><a href="/">Home</a></li>
- </ul>
- </nav>
-
<main>
{{ if .TOC }}
<div class="toc-wrap">
diff --git a/themes/terminal-gruvbox/home.html b/themes/terminal-gruvbox/home.html
index e69d226..3be3e12 100644
--- a/themes/terminal-gruvbox/home.html
+++ b/themes/terminal-gruvbox/home.html
@@ -261,13 +261,6 @@
</style>
</head>
<body>
- <nav>
- <a href="/" class="logo">Kite<span>$</span></a>
- <ul>
- <li><a href="/">Home</a></li>
- </ul>
- </nav>
-
<main>
<section class="hero">
<h1>{{ .SiteTitle }}</h1>
@@ -306,4 +299,5 @@
<span>&copy; {{ .Year }} {{ .AuthorName }}</span>
</footer>
</body>
-</html> \ No newline at end of file
+</html>
+
diff --git a/themes/terminal-gruvbox/layout.html b/themes/terminal-gruvbox/layout.html
index 146cb76..d6a0779 100644
--- a/themes/terminal-gruvbox/layout.html
+++ b/themes/terminal-gruvbox/layout.html
@@ -424,13 +424,6 @@
</style>
</head>
<body>
- <nav>
- <a href="/" class="logo">Kite<span>$</span></a>
- <ul>
- <li><a href="/">Home</a></li>
- </ul>
- </nav>
-
<main>
{{ if .TOC }}
<div class="toc-wrap">
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">