summaryrefslogtreecommitdiffstats
path: root/docs/templates/default.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates/default.liquid')
-rw-r--r--docs/templates/default.liquid2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/default.liquid b/docs/templates/default.liquid
index eb2ebbb8..c49de1c3 100644
--- a/docs/templates/default.liquid
+++ b/docs/templates/default.liquid
@@ -10,7 +10,7 @@
<h1>{{headline}}</h1>
{% for item in body %}
{% if item.text %}
- {{ item.text | markdownify }}
+ {{ item.text | replace: '$JQ_VERSION', jq_version | markdownify }}
{% endif %}
{% if item.command %}