We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:
For the following sitemap setting in FASTN.ftd:
FASTN.ftd
-- fastn.sitemap: # Course: https://nandhini.in/build-blog/ # Templates: https://www.fifthtry.com/featured/
The rendered title of sitemap-data#sections record contains the ":" which it shouldn't:
title
sitemap-data#sections
The code that renders the above section of the page:
-- import: fastn/processors as pr -- pr.sitemap-data sitemap: $processor$: pr.full-sitemap -- header-item: $obj.title for: $obj in $sitemap.sections link: $obj.url is-active: $obj.is-active
The text was updated successfully, but these errors were encountered:
siddhantk232
No branches or pull requests
For the following sitemap setting in
FASTN.ftd
:The rendered
title
ofsitemap-data#sections
record contains the ":" which it shouldn't:The code that renders the above section of the page:
The text was updated successfully, but these errors were encountered: