Ajit Garg
Ajit Garg
URL redirect still works after commenting/removing redirect code in `FASTN.ftd` Where this issue was found: [13-use-redirect workshop](https://github.com/fastn-stack/workshop/tree/main/a-website/13-use-redirect) **How to recreate:** - Create a redirect - test the redirect working in...
eg: ```ftd -- ds.markdown: ;; COMMENT NEXT LINE ;; Go to the [new page](/new-page/). ``` **Rendered Output:** 
For explaining commenting in `fastn` I used `ds.rendered`. In `rendered.input` applied space character followed section comment `/`, it also displays the escape character `\`.
Raising this issue because I am not able to use the `ordered list` and add `unordered list` sublist in between. It breaks the sequence. Two cases are happening: 1. If...
For SEO, we use properties like:`document-title`, `document-description` and `document-image` and pass them to `ds.page`. I added them in my test site. When I share the link to different platforms, it...
The URL is: ``` https://fastn.com/install.sh ``` If the following folder does not exist then this installer is not working. ``` /usr/local/bin ```
One Participant was not able to `install fastn` on her machine. **Checks I did:** - Re-installed fastn on her machine - Checked the system and it had a 64-bit OS...
Since the value of `count` is not incremented. The while condition will always be true and hence the answer is `Infinite Loop`