Leaflet map as sticky not working #180
-
|
Hi, we are trying to publish a closerad html but cannot get the stickys to work as anticipated. We have a leaflet map and the output looks ok when published locally, but when we publish to github the section and the sticky is just regular text? Have tried different solutions but none is working so far. We cannot use git for publishing so the rendered file is just uploaded to our page. It's a file called "Ortsstruktur.html" https://github.com/Region-Vastmanland/rapporter?tab=readme-ov-file |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
|
Hi @lmforslund! When you render a single document with Quarto, it produces an HTML file, as well as a folder of dependencies (CSS, JavaScript, etc). So, for example, rendering |
Beta Was this translation helpful? Give feedback.
Happy to report that everything seems to be working now :) We did a "mental restart" and put everything up again using Github actions and now we're happy with the result: https://region-vastmanland.github.io/rapporter/Ortsstruktur.html (still a work in progress though)
Seems like the xlsx file had no impact in our case.
Thanks again for a really nice plugin and the support here.