aboutsummaryrefslogtreecommitdiff
path: root/_includes/navbar.html
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-24 18:36:15 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-24 18:36:15 +0100
commit1892bc38d8416a6ec79f37c41a9ffb38b6f44938 (patch)
treeffd211a1718ff2b793179c6fb115faf190e3cdfb /_includes/navbar.html
parentbe6c61295058e32604e4d18da3689d2675e5bf19 (diff)
minimalize layout
Diffstat (limited to '_includes/navbar.html')
-rw-r--r--_includes/navbar.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/_includes/navbar.html b/_includes/navbar.html
deleted file mode 100644
index 88092e7..0000000
--- a/_includes/navbar.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<div class="globalLinks">
- <a href="/" class="indentLevel0 link navbarItem {% if include.page == "index" %}active{% endif %}">
- <div class="inner">
- <div class="icon">{% include icon/home-round.svg %}</div>
- <span class="title">Home</span>
- </div>
- </a>
- <a href="/search" class="indentLevel0 link navbarItem {% if include.page == "search" %}active{% endif %}">
- <div class="inner">
- <div class="icon">{% include icon/search-round.svg %}</div>
- <span class="title">Search for posts</span>
- </div>
- </a>
-</div>