aboutsummaryrefslogtreecommitdiff
path: root/_includes/sidebar.html
diff options
context:
space:
mode:
authorBradley Taunt <brad@serpapi.com>2024-06-14 09:24:07 -0400
committerBradley Taunt <brad@serpapi.com>2024-06-14 09:24:07 -0400
commit59b3b077758942f4b45a07fa52e856df8edeea3a (patch)
treec3ebe1a1265556569c02c4de563b728c1a564773 /_includes/sidebar.html
parent26c7db12364e8eba08e2f8e85bb534ed735a0be8 (diff)
Further minimal improvements, reducing code base
Diffstat (limited to '_includes/sidebar.html')
-rw-r--r--_includes/sidebar.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
deleted file mode 100644
index 8d3ce69..0000000
--- a/_includes/sidebar.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<aside>
- <section>
- <nav>
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/posts">Posts</a></li>
- </ul>
- </nav>
- </section>
- <section>
- <nav>
- <ul>
- <li><a href="">Home</a></li>
- </ul>
- </nav>
- </section>
- <section>
- <nav>
- <ul>
- <li><a href="">Home</a></li>
- </ul>
- </nav>
- </section>
-</aside>