Skip to content
New issue

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

doc, fix: invalid liquid '{{...}}' tags #1298

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Conversation

SGSSGene
Copy link
Contributor

This fixes the failing of pages build and deployment when deploying the documentation.

jekyll/liquid got hung up on {{"Daniel", 26}, {"Jesse", 24}}.

The reason is that {{...}} are used as variables that are replaced by there values. In this case we have a YAML object that looks the same. This issue can be fixed by surrounding the block into {% raw %}...{% endraw %} tags.

jekyll/liquid got hung up on `{{"Daniel", 26}, {"Jesse", 24}}`.

The reason is that `{{...}}` are used as variables that are replaced by
there values. In this case we have a YAML object that looks the same.
This issue can be fixed by surrounding the block into `{% raw %}...{%
endraw %}` tags.
@jbeder jbeder merged commit 8fbf344 into jbeder:master Aug 6, 2024
33 checks passed
@SGSSGene SGSSGene deleted the fix/docu branch August 7, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants