From 34da00ecb7d96edd9b78a8f019cd05b9d7298fa2 Mon Sep 17 00:00:00 2001
From: Egor Tensin
Date: Sat, 19 Mar 2022 01:30:15 +0300
Subject: index.html: add Example button, etc.
---
index.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'index.html')
diff --git a/index.html b/index.html
index 0267667..7928b5b 100644
--- a/index.html
+++ b/index.html
@@ -117,8 +117,8 @@ show the configuration that can be easily consumed by the new client.
{% capture example_url %}{{ example_url }}{{ param.id }}={{ param.example | url_encode }}{% endcapture %}
{% endfor %}
{% endfor %}
- An example configuration (with bogus key values) can be seen
-here.
+{% assign example_url = example_url | escape_uri | baseurl %}
+ Please take a look at an example configuration.
@@ -175,6 +175,7 @@ show the configuration that can be easily consumed by the new client.