summaryrefslogtreecommitdiff
path: root/themes/tufte
diff options
context:
space:
mode:
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">