Skip to content

Conversation

@rbaumgarten
Copy link

The header navigation was broken after migrating to Hugo modules. Submenus were not appearing and links were not working.

This was caused by missing JavaScript files (popper.min.js and bootstrap.min.js) in the head.html partial of the xltdoc theme.

This commit fixes the issue by:

  • Updating package-lock.json by running npm install to ensure all dependencies, including postcss, are installed correctly.
  • Including the missing popper.min.js and bootstrap.min.js in themes/xltdoc/layouts/_partials/head.html.

The header navigation was broken after migrating to Hugo modules.
Submenus were not appearing and links were not working.

This was caused by missing JavaScript files (popper.min.js and bootstrap.min.js) in the head.html partial of the xltdoc theme.

This commit fixes the issue by:
- Updating package-lock.json by running npm install to ensure all dependencies, including postcss, are installed correctly.
- Including the missing popper.min.js and bootstrap.min.js in themes/xltdoc/layouts/_partials/head.html.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants