aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-27 12:15:04 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-27 12:15:04 +0300
commit652d750c6ccfef00edfa8f9376e2c10381c15564 (patch)
tree7138e5ef0fc9a569c9fc0017e2bfa1c96925444a /index.html
parentindex.html: use baseurl Liquid filter (diff)
downloadwireguard-config-652d750c6ccfef00edfa8f9376e2c10381c15564.tar.gz
wireguard-config-652d750c6ccfef00edfa8f9376e2c10381c15564.zip
index.html: highlight the example link
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index d16756e..d3b5e60 100644
--- a/index.html
+++ b/index.html
@@ -62,8 +62,8 @@ configured on interface <code>wg0</code>.
You can then generate the new client's keys, feed them to this page and it will
show the configuration that can be easily consumed by the new client.</p>
{% assign example_url = '?server_public_key=a&server_endpoint=b%3A123&server_preshared_key=c&client_public_key=d&client_private_key=e&client_ipv4=192.168.1.1%2F24&client_ipv6=fd%3A%3A%2F48' %}
- <p class="text-muted">An example configuration (with bogus key values) can
-be seen <a href="{{ example_url | baseurl }}">here</a>.</p>
+ <p>An example configuration (with bogus key values) can be seen
+<a href="{{ example_url | baseurl }}">here</a>.</p>
</div>
</div>