We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60dae23 commit f64df66Copy full SHA for f64df66
Makefile
@@ -19,3 +19,5 @@ test-slow:
19
test-fast:
20
## Check for broken Markdown reference-style links that are displayed in text unchanged, e.g. [broken][broken link]
21
! find _site/ -name '*.html' | xargs grep ']\[' | grep -v skip-test | grep .
22
+ ## Ensure that no template strings leak through liquid rendering
23
+ ! find _site/ -name '*.html' | xargs grep '\$$(.*)'
0 commit comments