From 64bb0e56c7fa5815002f9cd82b1fe170c40f832b Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Fri, 9 Feb 2018 20:43:39 +0100 Subject: [PATCH] Collapse country examples --- index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 1877217..215fb5f 100644 --- a/index.html +++ b/index.html @@ -62,9 +62,8 @@ $ bat -print=b {{ .Host }}/ip

Country lookup:

 $ http {{ .Host }}/country
-{{ .Country }}
-

Short country code (ISO 3166-1 alpha-2) lookup:

-
+{{ .Country }}
+
 $ http {{ .Host }}/country-iso
 {{ .CountryISO }}
{{ end }}