Skip to content

Commit 7b9716d

Browse files
grokifyclaude
andcommitted
feat: add PlexusOne unified navigation bar
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a07c655 commit 7b9716d

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/overrides/.gitkeep

Whitespace-only changes.

docs/overrides/main.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{% extends "base.html" %}
2+
3+
{% block header %}
4+
<!-- PlexusOne Unified Navigation -->
5+
<div id="plexus-nav-root"></div>
6+
<script src="https://plexusone.dev/js/plexus-nav.js"></script>
7+
8+
{{ super() }}
9+
{% endblock %}
10+

0 commit comments

Comments
 (0)