Add Art-DAG to coop nav-tree fragment
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m59s

Append synthetic artdag nav entry to blog's nav-tree handler so
Art-DAG appears in the shared navigation across all 6 coop apps.
Register artdag_url as Jinja global.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-24 22:28:21 +00:00
parent 660a6db6fb
commit 66c0c23de9
3 changed files with 15 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
'events': events_url('/'),
'federation': federation_url('/'),
'account': account_url('/'),
'artdag': artdag_url('/'),
} %}
<div class="flex flex-col sm:flex-row sm:items-center gap-2 border-r border-stone-200 mr-2 sm:max-w-2xl"
id="menu-items-nav-wrapper">