You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, and thanks for this static generator. I tried it yesterday and found a few annoying things that does not look quite right:
using self closing tag for include does not work
having a space between start and ende include tag makes the component not render. If there are many attributes in a tag, it is useful to split it in multiple lines, and then it easily breaks, like this:
<include
src="message.html"
>
</include>
I found it really strange that an include cannot have a slot. Like:
<!-- inside the include message.html above -->
<div>{slot}</div>
Also, using the content folder using markdown files does not seem to render as it should with auto url mapping. I tried the docs example on you website, but pages/index.html seems to be rendered anyway, but without a 404, so it looks like it finds the correct file. Just the rendering seems wrong
The text was updated successfully, but these errors were encountered:
For sure! Glad you are getting some use out of it.
I would like to see the {slot} functionality in there as well. I'll definitely add it to our list, feel free to take a look at the code and submit a PR if possible.
Hey, and thanks for this static generator. I tried it yesterday and found a few annoying things that does not look quite right:
Also, using the content folder using markdown files does not seem to render as it should with auto url mapping. I tried the docs example on you website, but pages/index.html seems to be rendered anyway, but without a 404, so it looks like it finds the correct file. Just the rendering seems wrong
The text was updated successfully, but these errors were encountered: