From 9a2ac6cfad9855344f9bcc0b45780b4bcb1ff42d Mon Sep 17 00:00:00 2001 From: Ahmed Date: Fri, 19 Jun 2026 17:12:11 +0300 Subject: fix: network nav and page style --- build.sh | 1 + build/templates/partials/footer.html | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 01eaeb0..b7e42d9 100644 --- a/build.sh +++ b/build.sh @@ -165,6 +165,7 @@ topics_list="${TMPDIR_BUILD}/topics.list.md" find_list="${TMPDIR_BUILD}/toplevel.find.list" find . -mindepth 1 -maxdepth 1 -type d \ -not -name '.*' -not -name 'build' -not -name 'output' \ + -not -name 'hooks' -not -name 'LICENSES' -not -name 'static' -not -name 'templates' \ -print0 | sort -z > "${find_list}" while IFS= read -r -d '' topic; do diff --git a/build/templates/partials/footer.html b/build/templates/partials/footer.html index b84e53c..ecebe50 100644 --- a/build/templates/partials/footer.html +++ b/build/templates/partials/footer.html @@ -1,7 +1,4 @@ -- cgit v1.2.3