diff options
| author | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-28 00:19:00 +0000 |
|---|---|---|
| committer | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-28 00:19:00 +0000 |
| commit | 4f07893631c5e94f0ed65010984a3e0dda73693a (patch) | |
| tree | 31d800c11f674be92008ae20eb330bd9d30e3ac9 /themes/rose-pine | |
| parent | c7774cccc0cb86386ed71e4a18f7a52616e3d32f (diff) | |
chore: remove navbars from all themes
Diffstat (limited to 'themes/rose-pine')
| -rw-r--r-- | themes/rose-pine/home.html | 7 | ||||
| -rw-r--r-- | themes/rose-pine/layout.html | 7 |
2 files changed, 0 insertions, 14 deletions
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"> |
