aboutsummaryrefslogtreecommitdiff
path: root/_includes/sidebar.html
diff options
context:
space:
mode:
authorBradley Taunt <brad@serpapi.com>2024-06-13 14:57:38 -0400
committerBradley Taunt <brad@serpapi.com>2024-06-13 14:57:38 -0400
commit26c7db12364e8eba08e2f8e85bb534ed735a0be8 (patch)
tree0e1d2f6e2456ca2266993eef72881057ee5b3dd9 /_includes/sidebar.html
parenta134c38317e808d6535af990cc505dab1bc7bbfe (diff)
Major overhaul and cleanups
Diffstat (limited to '_includes/sidebar.html')
-rw-r--r--_includes/sidebar.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
new file mode 100644
index 0000000..8d3ce69
--- /dev/null
+++ b/_includes/sidebar.html
@@ -0,0 +1,24 @@
+<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>