summaryrefslogtreecommitdiff
path: root/doc/invocations-http-server/templates/blob.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/invocations-http-server/templates/blob.html')
-rw-r--r--doc/invocations-http-server/templates/blob.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/invocations-http-server/templates/blob.html b/doc/invocations-http-server/templates/blob.html
index 2a64d064..d88368fe 100644
--- a/doc/invocations-http-server/templates/blob.html
+++ b/doc/invocations-http-server/templates/blob.html
@@ -6,5 +6,7 @@ Blob {{ name | e }}
{% block content %}
<h1>Blob {{ name | e }}</h1>
+<a href="/blob/{{ name | e }}/{{ name | e}}">download</a>
+
<pre>{{ data | e}}</pre>
{% endblock %}