Skip to content

Commit aa2849f

Browse files
committed
chore: drop blog in nav
there's no posts yet, and probably not soon either
1 parent fd3ffed commit aa2849f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{ .Site.LanguageCode }}" class="h-full" style="visibility: hidden;">
2+
<html lang="{{ .Site.LanguageCode }}" style="visibility: hidden;">
33
<head>
44
<meta charset="utf-8">
55
<meta name="theme-color" content="#3e8ed0"/>

layouts/partials/nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="left">
88
<div style="border-left: solid 1px; height: 2rem; margin-inline: 0.25rem;"></div>
99
<a href="/">Home</a>
10-
<a href="/blog">Blog</a>
10+
<!-- <a href="/blog">Blog</a>-->
1111
<a href="/projects">Projects</a>
1212
<a href="/contact">Contact</a>
1313
</div>
@@ -31,7 +31,7 @@
3131

3232
<nav id="nav-dropdown" class="vertical hidden">
3333
<a href="/">Home</a>
34-
<a href="/blog">Blog</a>
34+
<!-- <a href="/blog">Blog</a>-->
3535
<a href="/projects">Projects</a>
3636
<a href="/contact">Contact</a>
3737
</nav>

0 commit comments

Comments
 (0)