From 71a4618559c76a3040abd53cae38a1de0ec5552e Mon Sep 17 00:00:00 2001 From: Frank Loesche Date: Mon, 10 Feb 2025 11:39:22 -0500 Subject: [PATCH 1/2] update bundle --- Makefile | 4 +--- _layouts/default.html | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 33a9187..fe7f30e 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,7 @@ .PHONY: update-dependencies localhost localhost: - @echo "Starting Jekyll, will try to open browser in 10 seconds" - @( sleep 10 && xdg-open http://127.0.0.1:4000 &) - @bundle exec jekyll serve --livereload --host=0.0.0.0 + @bundle exec jekyll serve --livereload --host=0.0.0.0 --open-url update-dependencies: @gem update diff --git a/_layouts/default.html b/_layouts/default.html index 8738f26..b994d40 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -68,11 +68,11 @@ {% if collections_size > 1 %} {% endif %} - {% include components/nav.html pages=collection %} + {% include components/nav/pages.html pages=collection all=include.all %} {% endif %} {% endfor %} {% else %} - {% include components/nav.html pages=site.html_pages %} + {% include components/nav/pages.html pages=site.html_pages %} {% endif %}