From 372b910492af02beaf3c282efc7761c487f907ed Mon Sep 17 00:00:00 2001 From: Alexey S Date: Sun, 19 Apr 2026 23:45:48 +0300 Subject: [PATCH] Restore UI-kit mega menu in header partial and fix nav links - Restore UI-kit dropdown (mega menu) lost during 11ty migration: the block existed in index.html but not in components/menu.html, sourced from commit 08bd969 - Fix absolute nav links (/catalog.html, /about.html, etc.) to relative in header.njk and footer.njk for static file serving Co-Authored-By: Claude Sonnet 4.6 --- .nova/Publishing/REG.RU hosting.json | 8 +++++ src/_includes/partials/footer.njk | 10 +++--- src/_includes/partials/header.njk | 53 ++++++++++++++++++++++++++-- 3 files changed, 63 insertions(+), 8 deletions(-) create mode 100644 .nova/Publishing/REG.RU hosting.json diff --git a/.nova/Publishing/REG.RU hosting.json b/.nova/Publishing/REG.RU hosting.json new file mode 100644 index 0000000..baaa5ad --- /dev/null +++ b/.nova/Publishing/REG.RU hosting.json @@ -0,0 +1,8 @@ +{ + "identifier" : "39856AD9-BD44-4500-B03F-EDFAE2A870CB", + "localPath" : "_site", + "remotePath" : "\/www\/vodkainmyblood.com\/wine-proto", + "remoteURL" : "wine-proto.vodkainmyblood.com", + "server" : "REG.RU hosting", + "usesPublishing" : true +} diff --git a/src/_includes/partials/footer.njk b/src/_includes/partials/footer.njk index f993954..8a8251d 100644 --- a/src/_includes/partials/footer.njk +++ b/src/_includes/partials/footer.njk @@ -2,7 +2,7 @@