Closed ryanjgallagher closed 3 years ago
Hello. It looks like you are overriding the default includes/head.html file in your site. I recently refactored the navbar to use alpine.js so you just need to include the following in your custom head.html file:
<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.8.0/dist/alpine.min.js" defer></script>
Works perfectly, thank you so much!
Hello,
Thank you for this great theme. I have tried making my personal website with a couple other themes in the past, but it wasn't until I used this one that I was actually happy with the final result.
I am having trouble with the dropdown menu that appears in the header when on mobile. It is not dropping down when I click on it.
It was previously working, so I'm not sure what caused the issue. I couldn't find any file that I edited recently that would have caused the error. So I tried to go through files in this repository that mention "navigation" or "header" to make sure mine are up to date, but that didn't fix anything. I might have the wrong version of a gem file installed / updated, but I'm not sure which one that would be.
I'm not sure what you need to help me figure this out, so my
Gemfile.lock
is below and all the files for the latest version of my website are at https://github.com/ryanjgallagher/ryanjgallagher.github.io.Please let me know what other information you may need. Thank you!