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
Hi. I have just started playing around with statiq.web and it is exciting!! I am trying out small functions and maybe making a mistake. What is happening is that my .md files in my posts folder are referenced in the main page without the .html extension. Below is an example. The below works if I use dotnot run -- preview but does not work i.e. page not found , when I use "live server" in VSCode or host it in IIS.
In this example the md file name is 02012023.md and a corresponding 02012023.html is in the output folder but the .html is missing in the anchor's href. Thank you for any assistance.
<h2 class="post-title"><a href="/posts/02012023">This an Example Post for 2023</a></h2>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi. I have just started playing around with statiq.web and it is exciting!! I am trying out small functions and maybe making a mistake. What is happening is that my .md files in my posts folder are referenced in the main page without the .html extension. Below is an example. The below works if I use
dotnot run -- preview
but does not work i.e. page not found , when I use "live server" in VSCode or host it in IIS.In this example the md file name is 02012023.md and a corresponding 02012023.html is in the output folder but the .html is missing in the anchor's href. Thank you for any assistance.
<h2 class="post-title"><a href="/posts/02012023">This an Example Post for 2023</a></h2>
Beta Was this translation helpful? Give feedback.
All reactions