At least, I see a world map where nearly all countries are light blue and some others are dark blue. That would probably be your visited and non-visited countries. But I don’t see a header or footer, should I see those?
(It helps if you can share a link to your repositories, that way we can quickly check your settings and/or replicate the website.)
Hi @Jura, thanks for the reply. Sorry for the faulty link. The version online is with the map as a single.html layout, without partials, and thus working.
With the partials approach i would love to be able to readd the navigation bar, this header and footer.
I got the code at my work machine, will upload both Hugo and final repo on Monday
The option Travel directs you to the world map, which is in the condition I want it for now
The option T2 directs you to the world map created with partials, on which I would love the standard header and footer, and thus a menu option as desired.
Do you know why the second option T2 is not doing exactly the same?
Solved it by generating the map first in a seperate html file, then define an iframe inside a partial, that loads the map page, and work further on that.