diff options
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"> |
