From cf9bcd19124ebcf030d40b6086e62314c642b0d7 Mon Sep 17 00:00:00 2001 From: forest Date: Sat, 30 Jan 2021 22:17:09 -0600 Subject: [PATCH] duplicate links to /about-ssh --- capsulflask/templates/capsul-detail.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/capsulflask/templates/capsul-detail.html b/capsulflask/templates/capsul-detail.html index 16588ff..91a87b6 100644 --- a/capsulflask/templates/capsul-detail.html +++ b/capsulflask/templates/capsul-detail.html @@ -94,7 +94,7 @@ SHA256:{{ key.sha256 }} ({{ key.key_type }}){% endfor %}
-

What's this? see Understanding the Secure Shell Protocol (SSH)

+ (What's this? see Understanding the Secure Shell Protocol (SSH))

@@ -158,6 +158,9 @@ SHA256:{{ key.sha256 }} ({{ key.key_type }}){% endfor %} {{ vm['ipv4'] }} {{ key.content }}{% endfor %}
+
+ (What's this? see Understanding the Secure Shell Protocol (SSH)) +
{% endif %} {% endblock %}